From c67ece799f68295c637de963d1205320beadbdd0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 13:27:42 -0800 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20221201.3 (#15081) Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22580.5 -> To Version 7.0.0-beta.22601.3 Co-authored-by: dotnet-maestro[bot] --- 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 90804d251..c36278bb5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -188,18 +188,18 @@ - + https://github.com/dotnet/arcade - 40307db5eec2e3bc2df44bacb8482969f20142e3 + 06f4fb81b32083ab58523f1ea0555a3bcbda6066 - + https://github.com/dotnet/arcade - 40307db5eec2e3bc2df44bacb8482969f20142e3 + 06f4fb81b32083ab58523f1ea0555a3bcbda6066 - + https://github.com/dotnet/arcade - 40307db5eec2e3bc2df44bacb8482969f20142e3 + 06f4fb81b32083ab58523f1ea0555a3bcbda6066 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 03ada8b42..cc71574d1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -27,7 +27,7 @@ - 7.0.0-beta.22580.5 + 7.0.0-beta.22601.3 diff --git a/global.json b/global.json index b0417dfe3..21355169e 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.22580.5", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22580.5" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22601.3", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22601.3" } }