From 7b8ae7442d45f5982513e7f77931acb03eb3d92e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 18 Apr 2024 12:16:05 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20240417.5 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.XliffTasks From Version 9.0.0-beta.24217.1 -> To Version 9.0.0-beta.24217.5 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f8204316e..7f5b7564a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -238,17 +238,17 @@ - + https://github.com/dotnet/arcade - 8ec8057ac5073b6b2e3fcb0a33d588d2a3357ad3 + 6eb545ab682b04dc72cf574252b7843ec657dd99 - + https://github.com/dotnet/arcade - 8ec8057ac5073b6b2e3fcb0a33d588d2a3357ad3 + 6eb545ab682b04dc72cf574252b7843ec657dd99 - + https://github.com/dotnet/arcade - 8ec8057ac5073b6b2e3fcb0a33d588d2a3357ad3 + 6eb545ab682b04dc72cf574252b7843ec657dd99 https://github.com/dotnet/arcade-services @@ -258,14 +258,14 @@ https://github.com/dotnet/arcade-services 9ec07c3673acf5602234c244d9465bca48f49969 - + https://github.com/dotnet/arcade - 8ec8057ac5073b6b2e3fcb0a33d588d2a3357ad3 + 6eb545ab682b04dc72cf574252b7843ec657dd99 - + https://github.com/dotnet/arcade - 8ec8057ac5073b6b2e3fcb0a33d588d2a3357ad3 + 6eb545ab682b04dc72cf574252b7843ec657dd99 diff --git a/eng/Versions.props b/eng/Versions.props index fc3c44802..9c700e567 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,7 +39,7 @@ - 9.0.0-beta.24217.1 + 9.0.0-beta.24217.5 diff --git a/global.json b/global.json index 2308a0f4b..0cccc264e 100644 --- a/global.json +++ b/global.json @@ -11,8 +11,8 @@ "cmake": "latest" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24217.1", - "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24217.1", + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24217.5", + "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24217.5", "Microsoft.Build.NoTargets": "3.7.0" } }