From c415b1f94ce90e11b01676e98ba1fa0a07724194 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 1 Jun 2022 12:35:12 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20220531.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22280.2 -> To Version 7.0.0-beta.22281.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 7b3ed442d..e1d5fc297 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -192,19 +192,19 @@ - + https://github.com/dotnet/arcade - 08693ec7238902569631ccacdb004e3af9f147c4 + 8137eb745128ca78602a16c63d6b4090a5409785 - + https://github.com/dotnet/arcade - 08693ec7238902569631ccacdb004e3af9f147c4 + 8137eb745128ca78602a16c63d6b4090a5409785 - + https://github.com/dotnet/arcade - 08693ec7238902569631ccacdb004e3af9f147c4 + 8137eb745128ca78602a16c63d6b4090a5409785 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 0a57929c9..9077b3fe4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.22280.2 + 7.0.0-beta.22281.1 diff --git a/global.json b/global.json index 7598e94bf..1d327dfb4 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.22280.2", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22280.2" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22281.1", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22281.1" } }