From 27ff859407b4286ca0408891c82c752e006f2baf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 05:10:49 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20241008.2 (#9933) [release/6.0] Update dependencies from dotnet/arcade --- NuGet.config | 2 ++ eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 6 +++--- global.json | 8 ++++---- 4 files changed, 19 insertions(+), 17 deletions(-) diff --git a/NuGet.config b/NuGet.config index 05d297c599d..a919674f040 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,6 +6,7 @@ + @@ -19,6 +20,7 @@ + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 806eb60e892..48415597774 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,25 +83,25 @@ - + https://github.com/dotnet/arcade - 685008547318b269dbbb82cfc9ca968126301bbe + bb06ac242cf3faf5cef64127bdd11c3a4f060c06 - + https://github.com/dotnet/arcade - 685008547318b269dbbb82cfc9ca968126301bbe + bb06ac242cf3faf5cef64127bdd11c3a4f060c06 - + https://github.com/dotnet/arcade - 685008547318b269dbbb82cfc9ca968126301bbe + bb06ac242cf3faf5cef64127bdd11c3a4f060c06 - + https://github.com/dotnet/arcade - 685008547318b269dbbb82cfc9ca968126301bbe + bb06ac242cf3faf5cef64127bdd11c3a4f060c06 - + https://github.com/dotnet/arcade - 685008547318b269dbbb82cfc9ca968126301bbe + bb06ac242cf3faf5cef64127bdd11c3a4f060c06 diff --git a/eng/Versions.props b/eng/Versions.props index 77ec3d8900a..f361f5c9ad1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,9 +56,9 @@ - 6.0.0-beta.24459.5 - 6.0.0-beta.24459.5 - 6.0.0-beta.24459.5 + 6.0.0-beta.24508.2 + 6.0.0-beta.24508.2 + 6.0.0-beta.24508.2 diff --git a/global.json b/global.json index 4fca078b303..9e2535f9616 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.133", + "dotnet": "6.0.135", "runtimes": { "dotnet": [ "2.1.7", @@ -12,11 +12,11 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.24459.5", - "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.24459.5" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.24508.2", + "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.24508.2" }, "sdk": { - "version": "6.0.133" + "version": "6.0.135" }, "native-tools": { "strawberry-perl": "5.28.1.1-1",