dotnet-installer/global.json
William Li 9f54dd9d24
Merge pull request #7327 from dotnet/ViktorHofer-50sdk
Update the SDK to mitigate a runtime regression
2020-04-30 15:52:06 -07:00

13 lines
249 B
JSON

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