dotnet-installer/global.json
dotnet-maestro[bot] 9e521f7bf1
Update dependencies from https://github.com/dotnet/arcade build 20210309.7 (#9910)
[release/5.0.2xx] Update dependencies from dotnet/arcade
2021-03-10 19:09:26 +00:00

13 lines
232 B
JSON

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