dotnet-installer/global.json

19 lines
392 B
JSON
Raw Normal View History

2018-10-22 05:07:26 +00:00
{
"tools": {
2023-09-29 19:53:21 +00:00
"dotnet": "8.0.100-rc.1.23463.5",
"runtimes": {
"dotnet": [
"$(VSRedistCommonNetCoreSharedFrameworkx6490PackageVersion)",
"8.0.0-rc.1.23419.4"
]
}
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.DotNet.Arcade.Sdk": "8.0.0-beta.23463.1",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23463.1"
2018-10-22 05:07:26 +00:00
}
2018-12-21 22:24:58 +00:00
}