Update arcade SDK for new unified build switches (#18365)
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
This commit is contained in:
parent
54bf3a61c0
commit
4a54e209f5
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue