From 3bc3b6d9e98b3cc2132290f7d8cb3331ec3372e1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 11 Jul 2024 17:40:57 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20240710.7 Microsoft.DotNet.Arcade.Sdk From Version 6.0.0-beta.24326.2 -> To Version 6.0.0-beta.24360.7 --- NuGet.config | 8 ++++++++ eng/Version.Details.xml | 4 ++-- global.json | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/NuGet.config b/NuGet.config index 0e96bdcdda..77e925b7fc 100644 --- a/NuGet.config +++ b/NuGet.config @@ -5,6 +5,10 @@ + + + + @@ -19,6 +23,10 @@ + + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b36bf3bc04..78fbdd8111 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -57,9 +57,9 @@ - + https://github.com/dotnet/arcade - 1844d819e6f33f1106083c5066ea01e0310eefa3 + fbc993a9e8fb4926ce04c95ba2e48852c9d9df65 diff --git a/global.json b/global.json index 1d257f46d5..6ed7b4f246 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.130", + "dotnet": "6.0.132", "runtimes": { "dotnet": [ "$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)" @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.24326.2" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.24360.7" } }