dotnet-installer/global.json
dotnet-maestro[bot] 4fd1b5537e
Update dependencies from https://github.com/dotnet/arcade build 20201221.10 (#9394)
[release/5.0.2xx] Update dependencies from dotnet/arcade
2021-01-13 16:27:17 +00:00

13 lines
233 B
JSON

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