dotnet-installer/global.json
dotnet-maestro[bot] c41df109a9
[main] Update dependencies from dotnet/arcade (#17101)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2023-08-01 12:32:24 -07:00

17 lines
368 B
JSON

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