From a31a7609516d1c1080fb045c2e9250ef786e472a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 12 Sep 2024 19:13:59 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20240909.5 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.XUnitExtensions From Version 6.0.0-beta.24413.1 -> To Version 6.0.0-beta.24459.5 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- global.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ae2f375145f..e3ad51ba277 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -34,21 +34,21 @@ https://github.com/dotnet/roslyn-analyzers a95ffe84fd4767dcb987c8c9ab2fc977ecf48ae0 - + https://github.com/dotnet/arcade - c3f5fe044e7115fb66c79db5e074cb341dbe21dd + 685008547318b269dbbb82cfc9ca968126301bbe - + https://github.com/dotnet/arcade - c3f5fe044e7115fb66c79db5e074cb341dbe21dd + 685008547318b269dbbb82cfc9ca968126301bbe - + https://github.com/dotnet/arcade - c3f5fe044e7115fb66c79db5e074cb341dbe21dd + 685008547318b269dbbb82cfc9ca968126301bbe - + https://github.com/dotnet/arcade - c3f5fe044e7115fb66c79db5e074cb341dbe21dd + 685008547318b269dbbb82cfc9ca968126301bbe https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 1b9cac30ac1..aee3aa90ef6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,9 +41,9 @@ --> - 6.0.0-beta.24413.1 - 6.0.0-beta.24413.1 - 6.0.0-beta.24413.1 + 6.0.0-beta.24459.5 + 6.0.0-beta.24459.5 + 6.0.0-beta.24459.5 6.0.0 6.0.0-rtm.21526.8 diff --git a/global.json b/global.json index 7caf4234acc..214f98442b7 100644 --- a/global.json +++ b/global.json @@ -14,6 +14,6 @@ }, "msbuild-sdks": { "Microsoft.Build.NoTargets": "3.7.0", - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.24413.1" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.24459.5" } }