From 746f6c25606ac2c94736f6e299c44e393d8a4623 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 19 May 2025 05:02:41 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20250516.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk From Version 9.0.0-beta.25263.5 -> To Version 9.0.0-beta.25266.2 --- NuGet.config | 16 ++++++++++++++++ eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- eng/common/sdl/packages.config | 2 +- global.json | 4 ++-- 5 files changed, 26 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index d6eecbfcd48..c9a3b6adfce 100644 --- a/NuGet.config +++ b/NuGet.config @@ -5,6 +5,14 @@ + + + + + + + + @@ -21,6 +29,14 @@ + + + + + + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b9fe0008cc7..f6991d7edc5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -67,17 +67,17 @@ - + https://github.com/dotnet/arcade - 93823d49ca01742464ad1c0b49ea940e693b1be3 + c62eeb5b5432f9eaa034fbd641ccd9fd0d928fb3 - + https://github.com/dotnet/arcade - 93823d49ca01742464ad1c0b49ea940e693b1be3 + c62eeb5b5432f9eaa034fbd641ccd9fd0d928fb3 - + https://github.com/dotnet/arcade - 93823d49ca01742464ad1c0b49ea940e693b1be3 + c62eeb5b5432f9eaa034fbd641ccd9fd0d928fb3 diff --git a/eng/Versions.props b/eng/Versions.props index 99dee59ec67..6a4ce93dacc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -34,7 +34,7 @@ 9.0.5 - 9.0.0-beta.25263.5 + 9.0.0-beta.25266.2 17.8.3 diff --git a/eng/common/sdl/packages.config b/eng/common/sdl/packages.config index e5f543ea68c..4585cfd6bba 100644 --- a/eng/common/sdl/packages.config +++ b/eng/common/sdl/packages.config @@ -1,4 +1,4 @@ - + diff --git a/global.json b/global.json index 35da46f6c9b..c6d0ebb8ab1 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25263.5", - "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25263.5" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25266.2", + "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25266.2" } }