From b9ce02be7cdb0ec0e7905b980a3e3e292bd939c2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 07:32:07 -0700 Subject: [PATCH] [main] Update dependencies from dotnet/arcade (#16523) 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 df4054cfb..e0ee320f4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,18 +193,18 @@ - + https://github.com/dotnet/arcade - 174c08a43b26fc26ba98975065f1125f910f5c37 + 998d84a61e745ac6e0268d37baef10fa0043d06f - + https://github.com/dotnet/arcade - 174c08a43b26fc26ba98975065f1125f910f5c37 + 998d84a61e745ac6e0268d37baef10fa0043d06f - + https://github.com/dotnet/arcade - 174c08a43b26fc26ba98975065f1125f910f5c37 + 998d84a61e745ac6e0268d37baef10fa0043d06f https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 49c8d3ec0..423d63cf0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 8.0.0-beta.23279.1 + 8.0.0-beta.23279.4 diff --git a/global.json b/global.json index 4187c09ad..b5e478dba 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.23279.1", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23279.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23279.4", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23279.4" } }