From 47b3f27a5951e7afcc99fbc19fa152addf1945b5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 25 Mar 2023 12:21:57 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20230324.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.23173.3 -> To Version 8.0.0-beta.23174.1 --- 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 5ecba502c..e5ea0fa9d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -187,18 +187,18 @@ - + https://github.com/dotnet/arcade - e3d501e3e78ab724254e6797473e34f787674857 + 1177b37e60c7271ab461098aefbdd03edc15b90d - + https://github.com/dotnet/arcade - e3d501e3e78ab724254e6797473e34f787674857 + 1177b37e60c7271ab461098aefbdd03edc15b90d - + https://github.com/dotnet/arcade - e3d501e3e78ab724254e6797473e34f787674857 + 1177b37e60c7271ab461098aefbdd03edc15b90d https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index a0a9e306a..5b2835387 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 8.0.0-beta.23173.3 + 8.0.0-beta.23174.1 diff --git a/global.json b/global.json index 14df7aeec..df9ab0d5a 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23173.3", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23173.3" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23174.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23174.1" } }