From 09525c1a5794b5deb18146aa7a8bd018f3f4f24c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 09:16:24 -0700 Subject: [PATCH] [main] Update dependencies from dotnet/arcade (#17678) Co-authored-by: dotnet-maestro[bot] --- 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 ec1919902..429ec3e4c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -202,18 +202,18 @@ - + https://github.com/dotnet/arcade - 0ebe09a5ce6665a5fe1df1c644d4f77189c4deba + 16a344fc2ff2eecac5b03b88c96e99d7796e5125 - + https://github.com/dotnet/arcade - 0ebe09a5ce6665a5fe1df1c644d4f77189c4deba + 16a344fc2ff2eecac5b03b88c96e99d7796e5125 - + https://github.com/dotnet/arcade - 0ebe09a5ce6665a5fe1df1c644d4f77189c4deba + 16a344fc2ff2eecac5b03b88c96e99d7796e5125 https://github.com/dotnet/arcade-services @@ -223,9 +223,9 @@ https://github.com/dotnet/arcade-services f7d6c1e3aa9f78f08aa0647f5cdf5d0178cc1a5c - + https://github.com/dotnet/arcade - 0ebe09a5ce6665a5fe1df1c644d4f77189c4deba + 16a344fc2ff2eecac5b03b88c96e99d7796e5125 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 1cfc92a0e..cc0c7311e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,7 +39,7 @@ - 9.0.0-beta.23531.1 + 9.0.0-beta.23531.4 diff --git a/global.json b/global.json index ae0c27a1d..75ae3f1b1 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.1", - "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23531.1" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23531.4", + "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23531.4" } }