From 29a0f9d3c576786e6e5b670767f9c48006df572b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 10 Oct 2024 17:57:41 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20241008.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 6.0.0-beta.24463.1 -> To Version 6.0.0-beta.24508.2 --- NuGet.config | 23 +++++++++++++++++++++++ eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 6 +++--- 4 files changed, 33 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index 9470a2b9a..6c79f8a6e 100644 --- a/NuGet.config +++ b/NuGet.config @@ -8,21 +8,34 @@ + + + + + + + + + + + + + @@ -43,16 +56,26 @@ + + + + + + + + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 69fc29a85..e03c3569f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -197,19 +197,19 @@ - + https://github.com/dotnet/arcade - 51df77c8fcd7893066f14eab382ef95c5faed6cf + bb06ac242cf3faf5cef64127bdd11c3a4f060c06 - + https://github.com/dotnet/arcade - 51df77c8fcd7893066f14eab382ef95c5faed6cf + bb06ac242cf3faf5cef64127bdd11c3a4f060c06 - + https://github.com/dotnet/arcade - 51df77c8fcd7893066f14eab382ef95c5faed6cf + bb06ac242cf3faf5cef64127bdd11c3a4f060c06 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 23813b186..e6354b90b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -19,7 +19,7 @@ - 6.0.0-beta.24463.1 + 6.0.0-beta.24508.2 diff --git a/global.json b/global.json index 147e4f245..1d4060906 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.133", + "dotnet": "6.0.135", "runtimes": { "dotnet": [ "$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)" @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.24463.1", - "Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.24463.1" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.24508.2", + "Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.24508.2" } }