Skip to content

Commit

Permalink
Update global.json to 10.0 sdk (#58425)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennanConroy authored Oct 16, 2024
1 parent 839b138 commit 8c2f7db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions eng/SourceBuildPrebuiltBaseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@

<!-- Transitive dependencies, suppressed as per https://github.com/dotnet/aspnetcore/pull/57887#issuecomment-2362241518-->
<Usages>
<Usage Id="Microsoft.NETCore.App.Ref" Version="9.0.0-preview.7.24405.7"/>
<Usage Id="Newtonsoft.Json" Version="13.0.1" />
<Usage Id="System.Security.Cryptography.Xml" Version="6.0.0" />
</Usages>
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -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)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</ResolveStaticWebAssetsInputsDependsOn>
</PropertyGroup>

<Target Name="IncludeCompileJsOutput" BeforeTargets="ResolveJSModuleStaticWebAssets">
<Target Name="IncludeCompileJsOutput" BeforeTargets="ResolveJSModuleStaticWebAssets;ResolveJsInitializerModuleStaticWebAssets">
<ItemGroup>
<_JsBuildOutput Include="$(InteropWorkingDir)dist\$(Configuration)\**" Exclude="$(InteropWorkingDir)dist\.gitignore" />
</ItemGroup>
Expand Down

0 comments on commit 8c2f7db

Please sign in to comment.