From 961a1e3a3bfc051f0813517674b2d76f67ddab7b Mon Sep 17 00:00:00 2001 From: Brennan Date: Mon, 14 Oct 2024 11:56:58 -0700 Subject: [PATCH 1/3] Update global.json to 10.0 sdk --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index ea6568ca0708..db6a65ca6290 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "9.0.100-rtm.24506.1" + "version": "10.0.100-alpha.1.24510.13" }, "tools": { - "dotnet": "9.0.100-rtm.24506.1", + "dotnet": "10.0.100-alpha.1.24510.13", "runtimes": { "dotnet/x86": [ "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)" From 36bbb672e4de610ed3c36ceabba14688ec320c0f Mon Sep 17 00:00:00 2001 From: Brennan Date: Mon, 14 Oct 2024 13:30:44 -0700 Subject: [PATCH 2/3] Update SourceBuildPrebuiltBaseline.xml --- eng/SourceBuildPrebuiltBaseline.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/SourceBuildPrebuiltBaseline.xml b/eng/SourceBuildPrebuiltBaseline.xml index 6e581cf0a121..df4d87887caf 100644 --- a/eng/SourceBuildPrebuiltBaseline.xml +++ b/eng/SourceBuildPrebuiltBaseline.xml @@ -50,6 +50,7 @@ + From 36e4dc9d3e40624ab9518f3a289959348d22df6f Mon Sep 17 00:00:00 2001 From: Mackinnon Buck Date: Tue, 15 Oct 2024 13:35:42 -0700 Subject: [PATCH 3/3] Fix M.A.C.CustomElements --- .../src/Microsoft.AspNetCore.Components.CustomElements.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/CustomElements/src/Microsoft.AspNetCore.Components.CustomElements.csproj b/src/Components/CustomElements/src/Microsoft.AspNetCore.Components.CustomElements.csproj index 4c5ae75fa8a4..b71cada0d64e 100644 --- a/src/Components/CustomElements/src/Microsoft.AspNetCore.Components.CustomElements.csproj +++ b/src/Components/CustomElements/src/Microsoft.AspNetCore.Components.CustomElements.csproj @@ -18,7 +18,7 @@ - + <_JsBuildOutput Include="$(InteropWorkingDir)dist\$(Configuration)\**" Exclude="$(InteropWorkingDir)dist\.gitignore" />