dotnet-installer/global.json

14 lines
262 B
JSON
Raw Normal View History

2018-10-21 22:07:26 -07:00
{
"tools": {
2020-11-17 10:22:38 -08:00
"dotnet": "6.0.100-alpha.1.20567.4",
"runtimes": {
"dotnet": [
"$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)"
]
}
2018-10-21 22:07:26 -07:00
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20567.7"
2018-10-21 22:07:26 -07:00
}
2018-12-21 16:24:58 -06:00
}