From bc5884ae76623944f2503df8673b226bd84ea44f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 08:49:32 -0700 Subject: [PATCH] [main] Update dependencies from dotnet/arcade (#16556) 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 17d1a4a1c..9cc2a9323 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,18 +193,18 @@ - + https://github.com/dotnet/arcade - e375d9151b2345e26a0bf967913fa4d621891496 + 4b21797cb317811358903666286e8d1873cc2c24 - + https://github.com/dotnet/arcade - e375d9151b2345e26a0bf967913fa4d621891496 + 4b21797cb317811358903666286e8d1873cc2c24 - + https://github.com/dotnet/arcade - e375d9151b2345e26a0bf967913fa4d621891496 + 4b21797cb317811358903666286e8d1873cc2c24 https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index ff88e0d00..5c8342aa5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 8.0.0-beta.23280.3 + 8.0.0-beta.23281.3 diff --git a/global.json b/global.json index 923070c49..d33aa6b45 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.23280.3", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23280.3" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23281.3", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23281.3" } }