From 4e0d56f19c685394e5adae6043523ee2e6476f60 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 Apr 2024 10:13:49 +0000 Subject: [PATCH 1/2] Update .NET SDK Update .NET SDK to version 9.0.100-preview.4.24218.26. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: github-actions[bot] --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 48d780816430..211ba8368a0c 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "9.0.100-preview.4.24215.2" + "version": "9.0.100-preview.4.24218.26" }, "tools": { - "dotnet": "9.0.100-preview.4.24215.2", + "dotnet": "9.0.100-preview.4.24218.26", "runtimes": { "dotnet/x86": [ "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)" From a8bfeafd93a2c7dbdfee3f0882e49b2d31c6000f Mon Sep 17 00:00:00 2001 From: jacalvar Date: Fri, 19 Apr 2024 12:12:05 +0200 Subject: [PATCH 2/2] Update SDK --- ...spNetCore.Components.CustomElements.csproj | 13 +++++- ...oft.Authentication.WebAssembly.Msal.csproj | 13 +++++- ...mponents.WebAssembly.Authentication.csproj | 23 +++++++++- .../Microsoft.AspNetCore.Identity.UI.csproj | 44 +++++++++++++++++-- ...crosoft.AspNetCore.StaticWebAssets.targets | 2 + 5 files changed, 87 insertions(+), 8 deletions(-) diff --git a/src/Components/CustomElements/src/Microsoft.AspNetCore.Components.CustomElements.csproj b/src/Components/CustomElements/src/Microsoft.AspNetCore.Components.CustomElements.csproj index b466aa10cba9..4c5ae75fa8a4 100644 --- a/src/Components/CustomElements/src/Microsoft.AspNetCore.Components.CustomElements.csproj +++ b/src/Components/CustomElements/src/Microsoft.AspNetCore.Components.CustomElements.csproj @@ -32,10 +32,21 @@ RelativePathFilter="**.js" RelativePathPattern="**" > - + + + + + + + <_JsBuildOutput Include="$(InteropWorkingDir)dist\$(Configuration)\**" Exclude="$(InteropWorkingDir)dist\.gitignore" /> diff --git a/src/Components/WebAssembly/Authentication.Msal/src/Microsoft.Authentication.WebAssembly.Msal.csproj b/src/Components/WebAssembly/Authentication.Msal/src/Microsoft.Authentication.WebAssembly.Msal.csproj index a461685331fd..ce13be6ae063 100644 --- a/src/Components/WebAssembly/Authentication.Msal/src/Microsoft.Authentication.WebAssembly.Msal.csproj +++ b/src/Components/WebAssembly/Authentication.Msal/src/Microsoft.Authentication.WebAssembly.Msal.csproj @@ -44,10 +44,21 @@ CandidateAssets="@(_InteropBuildOutput)" RelativePathFilter="**.js" > - + + + + + + + <_InteropBuildOutput Include="$(InteropWorkingDir)dist\$(Configuration)\**" Exclude="$(InteropWorkingDir)dist\.gitignore" /> diff --git a/src/Components/WebAssembly/WebAssembly.Authentication/src/Microsoft.AspNetCore.Components.WebAssembly.Authentication.csproj b/src/Components/WebAssembly/WebAssembly.Authentication/src/Microsoft.AspNetCore.Components.WebAssembly.Authentication.csproj index a283c62a9ef8..7cc77bee20a3 100644 --- a/src/Components/WebAssembly/WebAssembly.Authentication/src/Microsoft.AspNetCore.Components.WebAssembly.Authentication.csproj +++ b/src/Components/WebAssembly/WebAssembly.Authentication/src/Microsoft.AspNetCore.Components.WebAssembly.Authentication.csproj @@ -40,11 +40,30 @@ <_InteropBuildOutput Include="$(InteropWorkingDir)dist\$(Configuration)\**" Exclude="$(InteropWorkingDir)dist\.gitignore" /> - - + + + + + + + + <_InteropBuildOutput Include="$(InteropWorkingDir)dist\$(Configuration)\**" Exclude="$(InteropWorkingDir)dist\.gitignore" /> diff --git a/src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj b/src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj index 135ff8d97735..a43b8e998eec 100644 --- a/src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj +++ b/src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj @@ -14,6 +14,7 @@ Identity Microsoft.AspNetCore.Mvc.ApplicationParts.NullApplicationPartFactory, Microsoft.AspNetCore.Mvc.Core true + true true true true @@ -89,15 +90,44 @@ %(RecursiveDir)%(FileName)%(Extension) - + + - + - - + + + + + + + + + + + + + + @@ -110,9 +140,15 @@ build\Microsoft.AspNetCore.StaticWebAssets.V4.targets + + build\Microsoft.AspNetCore.StaticWebAssets.V4.endpoints.targets + build\Microsoft.AspNetCore.StaticWebAssets.V5.targets + + build\Microsoft.AspNetCore.StaticWebAssets.V5.endpoints.targets + diff --git a/src/Identity/UI/src/build/Microsoft.AspNetCore.StaticWebAssets.targets b/src/Identity/UI/src/build/Microsoft.AspNetCore.StaticWebAssets.targets index 7c1f46fdb2e9..9be34add2b91 100644 --- a/src/Identity/UI/src/build/Microsoft.AspNetCore.StaticWebAssets.targets +++ b/src/Identity/UI/src/build/Microsoft.AspNetCore.StaticWebAssets.targets @@ -1,4 +1,6 @@ + +