dotnet-installer/global.json
dotnet-maestro[bot] 50c38af403
Update dependencies from https://github.com/dotnet/arcade build 20210809.4 (#11468)
[release/5.0.4xx] Update dependencies from dotnet/arcade
2021-08-10 17:40:44 +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.21409.4"
}
}