dotnet-installer/global.json
dotnet-maestro[bot] 24d45ecb53
[main] Update dependencies from dotnet/arcade (#18704)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-02-16 16:24:11 +01:00

17 lines
365 B
JSON

{
"tools": {
"dotnet": "9.0.100-alpha.1.23615.4",
"runtimes": {
"dotnet": [
"$(VSRedistCommonNetCoreSharedFrameworkx6490PackageVersion)"
]
}
},
"native-tools": {
"cmake": "latest"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24114.1",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24114.1"
}
}