dotnet-installer/global.json
dotnet-maestro[bot] b59d45a49a
[main] Update dependencies from dotnet/arcade (#15298)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2023-01-18 10:01:13 -08:00

17 lines
312 B
JSON

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