From 8412e24c38f0e515466d81e704e40661dee41a3d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 22 Mar 2023 12:18:59 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20230321.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.23168.1 -> To Version 8.0.0-beta.23171.2 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-23165-02 -> To Version 1.2.0-beta-23170-01 (parent: Microsoft.DotNet.Arcade.Sdk --- 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 ef72fe70b..91d3325ab 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -187,18 +187,18 @@ - + https://github.com/dotnet/arcade - b12f035e893c34ec2c965d75f6e21b7a2667e98d + b17c4b8af95a9652c3501df2702913ca94adb139 - + https://github.com/dotnet/arcade - b12f035e893c34ec2c965d75f6e21b7a2667e98d + b17c4b8af95a9652c3501df2702913ca94adb139 - + https://github.com/dotnet/arcade - b12f035e893c34ec2c965d75f6e21b7a2667e98d + b17c4b8af95a9652c3501df2702913ca94adb139 https://github.com/dotnet/arcade-services @@ -217,14 +217,14 @@ c0406eca1fc7bac699242e1f4de0b54e382a7020 - + https://github.com/dotnet/sourcelink - 3f43bf1b2dead2cb51f20dc47f6dfd7981248820 + 7c8e17b66d9d3741b3c6226757622fd729b13df2 - + https://github.com/dotnet/xliff-tasks - b7fb98b199d0b1b6188da4f4bf4f5accddac98d4 + 599baeb23fc6d6ca5e693822c422cabd6daa2c4c diff --git a/eng/Versions.props b/eng/Versions.props index 71edac1b1..61e741a64 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 8.0.0-beta.23168.1 + 8.0.0-beta.23171.2 diff --git a/global.json b/global.json index c6817ae56..2d860da02 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.23168.1", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23168.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23171.2", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23171.2" } }