dotnet-installer/global.json
dotnet-maestro[bot] dbe6e6a6a7
[main] Update dependencies from dotnet/sdk (#19594)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
2024-05-01 16:35:20 +00:00

18 lines
409 B
JSON

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