From 592d157b227134f47004476b8664b364fd29577e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 10 Oct 2024 17:50:39 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20241008.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 6.0.0-beta.24459.5 -> To Version 6.0.0-beta.24508.2 --- NuGet.config | 2 ++ eng/Version.Details.xml | 8 ++++---- global.json | 8 ++++---- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/NuGet.config b/NuGet.config index 5360c360647..2757cd11955 100644 --- a/NuGet.config +++ b/NuGet.config @@ -5,6 +5,7 @@ + @@ -19,6 +20,7 @@ + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 304a959c50c..333da60a519 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -47,13 +47,13 @@ - + https://github.com/dotnet/arcade - 685008547318b269dbbb82cfc9ca968126301bbe + bb06ac242cf3faf5cef64127bdd11c3a4f060c06 - + https://github.com/dotnet/arcade - 685008547318b269dbbb82cfc9ca968126301bbe + bb06ac242cf3faf5cef64127bdd11c3a4f060c06 diff --git a/global.json b/global.json index 9a77874f290..b3d9cc17324 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.133", + "dotnet": "6.0.135", "runtimes": { "dotnet": [ "3.1.32", @@ -13,12 +13,12 @@ } }, "sdk": { - "version": "6.0.133", + "version": "6.0.135", "allowPrerelease": true, "rollForward": "latestMajor" }, "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" } }