From 9c8599a124d15b1fdb7482248f36a20ae3a968c4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 07:33:08 -0700 Subject: [PATCH] [main] Update dependencies from dotnet/arcade (#16519) --- 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 2428090b1..506a0314d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,18 +193,18 @@ - + https://github.com/dotnet/arcade - 115a8d22c9fb710780775360813120ebd1edb94b + 174c08a43b26fc26ba98975065f1125f910f5c37 - + https://github.com/dotnet/arcade - 115a8d22c9fb710780775360813120ebd1edb94b + 174c08a43b26fc26ba98975065f1125f910f5c37 - + https://github.com/dotnet/arcade - 115a8d22c9fb710780775360813120ebd1edb94b + 174c08a43b26fc26ba98975065f1125f910f5c37 https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index d9463d681..49c8d3ec0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 8.0.0-beta.23277.1 + 8.0.0-beta.23279.1 diff --git a/global.json b/global.json index 53131c716..4187c09ad 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.23277.1", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23277.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23279.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23279.1" } }