From bd4cea5ace2ff53f7c9afa63eb7dd856320ca5b7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 14:26:35 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20211213.2 (#12824) [main] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ec5c8edae..2267cb7a6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -172,19 +172,19 @@ - + https://github.com/dotnet/arcade - 18adc5b47acce8bb03948baf578fca442d1029d4 + bcd6e007b9f53be0a7aff804d5c17ea7e179317b - + https://github.com/dotnet/arcade - 18adc5b47acce8bb03948baf578fca442d1029d4 + bcd6e007b9f53be0a7aff804d5c17ea7e179317b - + https://github.com/dotnet/arcade - 18adc5b47acce8bb03948baf578fca442d1029d4 + bcd6e007b9f53be0a7aff804d5c17ea7e179317b https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 3bbe1323b..ed60565ef 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.21610.4 + 7.0.0-beta.21613.2 diff --git a/global.json b/global.json index f407713f1..46a040a41 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.21610.4", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21610.4" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21613.2", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21613.2" } }