From ccbb546194121f235a773b0c8ff1860e8f7c9891 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 16 May 2023 12:35:39 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20230515.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.23262.5 -> To Version 8.0.0-beta.23265.1 Dependency coherency updates Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.23261.1 -> To Version 1.0.0-beta.23263.1 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ea1cede14..509e805b1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,18 +193,18 @@ - + https://github.com/dotnet/arcade - 1aff4eb33aa7cbf26ccd9fc43c17cb609a14dad4 + 2d8d59065b5e090584a8e90c4371fc06ed60bdc5 - + https://github.com/dotnet/arcade - 1aff4eb33aa7cbf26ccd9fc43c17cb609a14dad4 + 2d8d59065b5e090584a8e90c4371fc06ed60bdc5 - + https://github.com/dotnet/arcade - 1aff4eb33aa7cbf26ccd9fc43c17cb609a14dad4 + 2d8d59065b5e090584a8e90c4371fc06ed60bdc5 https://github.com/dotnet/arcade-services @@ -228,9 +228,9 @@ 47c52dd2ebf9edfd40abdcff999c13eb461f6ce2 - + https://github.com/dotnet/xliff-tasks - a0391b3beff0696561189b5881f8af3b651d64ac + 3f7d6c7e742012d9437fcb0d04cac63202d37621 diff --git a/eng/Versions.props b/eng/Versions.props index 5bb550a69..71e152bb7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 8.0.0-beta.23262.5 + 8.0.0-beta.23265.1 diff --git a/global.json b/global.json index d01981ebb..50c5ec5f2 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23262.5", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23262.5" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23265.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23265.1" } }