From 75f8e75ccc765b0860b59eb745698efca467a4c9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 25 Sep 2021 13:01:06 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20210924.2 (#12138) [main] Update dependencies from dotnet/arcade - Coherency Updates: - Microsoft.DotNet.XliffTasks: from 1.0.0-beta.21471.1 to 1.0.0-beta.21472.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 d87bc53a6..d89ed171c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -169,19 +169,19 @@ - + https://github.com/dotnet/arcade - c7546c02b92d9d5cbad2345e15a5962253bf6560 + 3ea0d860c6973f2cbadc9e895c7ec2cbdaec4ad5 - + https://github.com/dotnet/arcade - c7546c02b92d9d5cbad2345e15a5962253bf6560 + 3ea0d860c6973f2cbadc9e895c7ec2cbdaec4ad5 - + https://github.com/dotnet/arcade - c7546c02b92d9d5cbad2345e15a5962253bf6560 + 3ea0d860c6973f2cbadc9e895c7ec2cbdaec4ad5 https://github.com/dotnet/source-build-reference-packages @@ -192,9 +192,9 @@ fd48bde3c9769842b41fe696f15a16b1008bae18 - + https://github.com/dotnet/xliff-tasks - f8634d0b717926af79d5039d0b8f6fce82e1134d + d3413141e57befa40137d48b33e62098e8c84b15 diff --git a/eng/Versions.props b/eng/Versions.props index 57bd98c7d..bb689c7a6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 7.0.0-beta.21473.1 + 7.0.0-beta.21474.2 diff --git a/global.json b/global.json index bdb5743fd..c9ab84cf0 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21473.1", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21473.1" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21474.2", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21474.2" } }