dotnet-installer/global.json
Matt Mitchell 0f42767a96
Use Microsoft.NETCore.App.Internal package version (#8220)
This version does not get stabilized and so this will work for repeatable stable builds.
2020-08-20 13:48:12 -07:00

13 lines
250 B
JSON

{
"tools": {
"dotnet": "5.0.100-preview.6.20310.4",
"runtimes": {
"dotnet": [
"$(MicrosoftNETCoreAppInternalPackageVersion)"
]
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20417.6"
}
}