dotnet-installer/global.json

19 lines
407 B
JSON
Raw Normal View History

2018-10-22 05:07:26 +00:00
{
"tools": {
"dotnet": "9.0.100-alpha.1.23615.4",
"runtimes": {
"dotnet": [
"$(VSRedistCommonNetCoreSharedFrameworkx6490PackageVersion)"
]
}
2018-10-22 05:07:26 +00:00
},
"native-tools": {
"cmake": "3.21.0"
},
2018-10-22 05:07:26 +00:00
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24075.2",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24075.2"
2018-10-22 05:07:26 +00:00
}
2018-12-21 22:24:58 +00:00
}