From 0e29f9a77608006c39cd08ae0847db0a134145f3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 14:55:09 +0000 Subject: [PATCH] [main] Update dependencies from dotnet/arcade (#17688) [main] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 219969ecf..b8e4ca3c4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -202,18 +202,18 @@ - + https://github.com/dotnet/arcade - 16a344fc2ff2eecac5b03b88c96e99d7796e5125 + aa96cf38432123dc5de1a2ad877e3ff6b079c928 - + https://github.com/dotnet/arcade - 16a344fc2ff2eecac5b03b88c96e99d7796e5125 + aa96cf38432123dc5de1a2ad877e3ff6b079c928 - + https://github.com/dotnet/arcade - 16a344fc2ff2eecac5b03b88c96e99d7796e5125 + aa96cf38432123dc5de1a2ad877e3ff6b079c928 https://github.com/dotnet/arcade-services @@ -223,9 +223,9 @@ https://github.com/dotnet/arcade-services f7d6c1e3aa9f78f08aa0647f5cdf5d0178cc1a5c - + https://github.com/dotnet/arcade - 16a344fc2ff2eecac5b03b88c96e99d7796e5125 + aa96cf38432123dc5de1a2ad877e3ff6b079c928 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 0081ba5fc..99699a9d4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,7 +39,7 @@ - 9.0.0-beta.23531.4 + 9.0.0-beta.23551.1 diff --git a/global.json b/global.json index 75ae3f1b1..6308e5d60 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23531.4", - "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23531.4" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23551.1", + "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23551.1" } }