dotnet-installer/global.json
Marc Paine 8a19c0b5c9 Switch to the rtm release version for templates.
Update the bundled versions

Open questions:
1. Does the source build global.json need to be updated too?
2. Why was Microsoft Extensions still 7.0?
2022-11-10 16:19:34 -08:00

17 lines
312 B
JSON

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