dotnet-installer/global.json
dotnet-maestro[bot] ae55aee247
Update dependencies from https://github.com/dotnet/arcade build 20210409.17 (#10190)
[main] Update dependencies from dotnet/arcade
2021-04-10 13:10:27 +00:00

13 lines
265 B
JSON

{
"tools": {
"dotnet": "6.0.100-preview.2.21155.3",
"runtimes": {
"dotnet": [
"$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)"
]
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21209.17"
}
}