dotnet-installer/global.json

18 lines
362 B
JSON
Raw Normal View History

2018-10-22 05:07:26 +00:00
{
"tools": {
"dotnet": "6.0.100-rc.1.21379.2",
"runtimes": {
"dotnet": [
"$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)"
]
}
2018-10-22 05:07:26 +00:00
},
"native-tools": {
"cmake": "3.16.4"
},
2018-10-22 05:07:26 +00:00
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21410.8",
"Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.21253.2"
2018-10-22 05:07:26 +00:00
}
2018-12-21 22:24:58 +00:00
}