dotnet-installer/global.json

14 lines
250 B
JSON
Raw Normal View History

2018-10-22 05:07:26 +00:00
{
"tools": {
"dotnet": "5.0.100-preview.6.20310.4",
"runtimes": {
"dotnet": [
"$(MicrosoftNETCoreAppInternalPackageVersion)"
]
}
2018-10-22 05:07:26 +00:00
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20461.7"
2018-10-22 05:07:26 +00:00
}
2018-12-21 22:24:58 +00:00
}