From aa3c69e7580c4bbff69ae90be1d551285f8b9b1b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 14:24:17 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20211206.6 (#12754) [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 0c2caad38..542387c61 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -172,19 +172,19 @@ - + https://github.com/dotnet/arcade - b3e949192067c8acdaaae35015534f76e92d79d4 + 5d969787afb2fd87f642458687e3ad41094ac3ab - + https://github.com/dotnet/arcade - b3e949192067c8acdaaae35015534f76e92d79d4 + 5d969787afb2fd87f642458687e3ad41094ac3ab - + https://github.com/dotnet/arcade - b3e949192067c8acdaaae35015534f76e92d79d4 + 5d969787afb2fd87f642458687e3ad41094ac3ab https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index b96e8bc9b..e0a1608c2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.21603.6 + 7.0.0-beta.21606.6 diff --git a/global.json b/global.json index 0d12f5fd5..eca04b09f 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.21603.6", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21603.6" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21606.6", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21606.6" } }