From 8c2f7dbb896b586ff226e3f46e1ace3aa76a3928 Mon Sep 17 00:00:00 2001 From: Brennan Date: Wed, 16 Oct 2024 09:43:29 -0700 Subject: [PATCH] Update global.json to 10.0 sdk (#58425) --- eng/SourceBuildPrebuiltBaseline.xml | 1 + global.json | 4 ++-- .../src/Microsoft.AspNetCore.Components.CustomElements.csproj | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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 @@ + diff --git a/global.json b/global.json index 44849d8ef831..7df5c2910210 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)" 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" />