From 5e746784e52803cb2f52a55da4e945a5ae0227e9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 07:26:42 -0800 Subject: [PATCH] [release/8.0.4xx] Update dependencies from dotnet/arcade (#20253) Co-authored-by: dotnet-maestro[bot] --- NuGet.config | 7 ------- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 4 ++-- 4 files changed, 9 insertions(+), 16 deletions(-) diff --git a/NuGet.config b/NuGet.config index 9ce3a61f279d..37c68dd4182d 100644 --- a/NuGet.config +++ b/NuGet.config @@ -11,10 +11,8 @@ - - @@ -26,8 +24,6 @@ - - @@ -49,11 +45,8 @@ - - - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7459253697b7..8e6206322d0c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -214,18 +214,18 @@ - + https://github.com/dotnet/arcade - 42652ca52cd5f9f637fef2b3ab6148805e3c5168 + 3c7e11bf80279cde53a6251c4d0fa10e613fc739 - + https://github.com/dotnet/arcade - 42652ca52cd5f9f637fef2b3ab6148805e3c5168 + 3c7e11bf80279cde53a6251c4d0fa10e613fc739 - + https://github.com/dotnet/arcade - 42652ca52cd5f9f637fef2b3ab6148805e3c5168 + 3c7e11bf80279cde53a6251c4d0fa10e613fc739 https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 78ad4474710e..0a9455d596b0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,7 +39,7 @@ - 8.0.0-beta.24562.12 + 8.0.0-beta.24570.5 diff --git a/global.json b/global.json index 7e3efa9cd763..961c5c8bfa23 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24562.12", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24562.12" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24570.5", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24570.5" } }