From 9e5fc1ec1eeb5aeb0179bb46a7cb9c16e73fb8fb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 08:51:31 -0800 Subject: [PATCH] [main] Update dependencies from dotnet/arcade (#15357) 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 d569f558b..23d47f6e3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -192,18 +192,18 @@ - + https://github.com/dotnet/arcade - 74a74c44f54249ac59d045b49f9f8da922e0b8d8 + 3900335a25247d931fc62a62a1ebc30acbb5403d - + https://github.com/dotnet/arcade - 74a74c44f54249ac59d045b49f9f8da922e0b8d8 + 3900335a25247d931fc62a62a1ebc30acbb5403d - + https://github.com/dotnet/arcade - 74a74c44f54249ac59d045b49f9f8da922e0b8d8 + 3900335a25247d931fc62a62a1ebc30acbb5403d https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 46b33e324..f5ff9139c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.23075.2 + 8.0.0-beta.23076.1 diff --git a/global.json b/global.json index d259a364b..283db7879 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.23075.2", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23075.2" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23076.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23076.1" } }