dotnet-installer/global.json
dotnet-maestro[bot] 074423c906
Update dependencies from https://github.com/dotnet/arcade build 20200229.1 (#6629)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20129.1
2020-03-01 13:44:45 +00:00

13 lines
249 B
JSON

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