dotnet-installer/global.json
dotnet-maestro[bot] 193aa8f1fb Update dependencies from https://github.com/dotnet/arcade build 20231017.3
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
 From Version 6.0.0-beta.23511.8 -> To Version 6.0.0-beta.23517.3

Dependency coherency updates

Microsoft.NET.Workload.Emscripten.Manifest-6.0.400
 From Version 6.0.22 -> To Version 6.0.25 (parent: VS.Redist.Common.NetCore.SharedFramework.x64.6.0
2023-11-20 19:18:28 +00:00

17 lines
349 B
JSON

{
"tools": {
"dotnet": "6.0.123",
"runtimes": {
"dotnet": [
"$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)"
]
}
},
"native-tools": {
"cmake": "3.16.4"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.23517.3",
"Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.23517.3"
}
}