From f212f4e62d7f333fe00726d1de16eec817ddb98b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 26 Oct 2024 12:45:31 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20241025.2 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.24516.1 -> To Version 8.0.0-beta.24525.2 --- NuGet.config | 10 ---------- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/NuGet.config b/NuGet.config index bc64adc5328..ac5f4849a57 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,11 +4,6 @@ - - - - - @@ -24,11 +19,6 @@ - - - - - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c699672dabd..ec38ca28006 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -17,9 +17,9 @@ - + https://github.com/dotnet/arcade - f7fb1fec01b91be69e4dcc5290a0bff3f28e214f + 24e02f80c5458d1f75240ae57fc2a98fb8a9022a diff --git a/global.json b/global.json index cfcbcd6904d..19eee59680e 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "8.0.110" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24516.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24525.2" } }