dotnet-installer/global.json
dotnet-maestro[bot] 96deb2b122
Update dependencies from https://github.com/dotnet/arcade build 20200321.1 (#6890)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20171.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-22 12:46:45 +00:00

13 lines
249 B
JSON

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