dotnet-installer/global.json
dotnet-maestro[bot] fd9df0646e
Update dependencies from https://github.com/dotnet/arcade build 20210727.1 (#11398)
[release/5.0.4xx] Update dependencies from dotnet/arcade
2021-08-03 21:49:17 +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.21377.1"
}
}