From e6cba241b9b4041bb96d78289d4b53b4e1078903 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 10 Dec 2021 15:22:42 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20211209.2 (#12786) [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 0c75e1c4a..7684a4567 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -172,19 +172,19 @@ - + https://github.com/dotnet/arcade - 200adbc809c4451973d1929a53a75502b7cada01 + 05a63c6bae31f97583d35f5a16e1bd8f41a1d094 - + https://github.com/dotnet/arcade - 200adbc809c4451973d1929a53a75502b7cada01 + 05a63c6bae31f97583d35f5a16e1bd8f41a1d094 - + https://github.com/dotnet/arcade - 200adbc809c4451973d1929a53a75502b7cada01 + 05a63c6bae31f97583d35f5a16e1bd8f41a1d094 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 8b747f9b7..c02834d6b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.21608.1 + 7.0.0-beta.21609.2 diff --git a/global.json b/global.json index 40a407c5c..e1a108ce1 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.21608.1", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21608.1" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21609.2", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21609.2" } }