dotnet-installer/global.json

14 lines
264 B
JSON
Raw Normal View History

2018-10-21 22:07:26 -07:00
{
"tools": {
"dotnet": "6.0.100-preview.2.21155.3",
"runtimes": {
"dotnet": [
"$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)"
]
}
2018-10-21 22:07:26 -07:00
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21216.2"
2018-10-21 22:07:26 -07:00
}
2018-12-21 16:24:58 -06:00
}