dotnet-installer/global.json
dotnet-maestro[bot] a8a8fd30e2
[main] Update dependencies from dotnet/arcade (#19579)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-04-29 10:30:04 +02:00

18 lines
410 B
JSON

{
"tools": {
"dotnet": "9.0.100-preview.3.24204.13",
"runtimes": {
"dotnet": [
"$(VSRedistCommonNetCoreSharedFrameworkx6490PackageVersion)"
]
}
},
"native-tools": {
"cmake": "latest"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24226.3",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24226.3",
"Microsoft.Build.NoTargets": "3.7.0"
}
}