dotnet-installer/global.json
Marc Paine 676658081a
Merge pull request #14517 from dotnet/marcpopMSFT-updaterc1build
Update to the just shipped RC1 version for all 7.0 templates and implicit versions
2022-09-16 14:51:22 -07:00

17 lines
326 B
JSON

{
"tools": {
"dotnet": "8.0.100-alpha.1.22423.9",
"runtimes": {
"dotnet": [
"7.0.0-rc.1.22426.10"
]
}
},
"native-tools": {
"cmake": "3.21.0"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22465.7",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22465.7"
}
}