Update arcade SDK for new unified build switches (#18365)

Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
This commit is contained in:
Matt Mitchell 2024-01-26 02:06:08 -08:00 committed by GitHub
parent 54bf3a61c0
commit 4a54e209f5
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.24066.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24075.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d5ee27a55ec6383c29790f3ec666e7c87f7da022</Sha>
<Sha>1d8f27f89c3b167f63e28e73a3d9ab345e81d310</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.24066.3"
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24075.2"
}
}