Update Arcade SDK bootstrap version for non source-build (#18335)

This commit is contained in:
Viktor Hofer 2024-01-23 16:31:53 +01:00 committed by GitHub
parent eb560a2eab
commit bc87a3bc3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -3,9 +3,9 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24058.6">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24066.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>05493e05d4bbf262f1be1bd517ac95f5bff3a2ef</Sha>
<Sha>d5ee27a55ec6383c29790f3ec666e7c87f7da022</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

@ -4,6 +4,6 @@
},
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24058.6"
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24066.3"
}
}