dotnet-installer/global.json
dotnet-maestro[bot] 715cc2ae1d
[main] Update dependencies from dotnet/arcade (#15444)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Matt Mitchell <mmitche@microsoft.com>
Co-authored-by: Premek Vysoky <premek.vysoky@microsoft.com>
2023-02-16 14:19:48 -08:00

17 lines
365 B
JSON

{
"tools": {
"dotnet": "8.0.100-alpha.1.23061.8",
"runtimes": {
"dotnet": [
"$(VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion)"
]
}
},
"native-tools": {
"cmake": "3.21.0"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23106.4",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23106.4"
}
}