From c41df109a9e80b83c1444de62d41227140ff307f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 12:32:24 -0700 Subject: [PATCH] [main] Update dependencies from dotnet/arcade (#17101) 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 11b7b6812..de72604d0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -202,18 +202,18 @@ - + https://github.com/dotnet/arcade - 54dd37d44a2adfb8b966fac466c2ece40f8b20dd + aeaa48c51d6494adc1b1fab870e7b8c89752d1ba - + https://github.com/dotnet/arcade - 54dd37d44a2adfb8b966fac466c2ece40f8b20dd + aeaa48c51d6494adc1b1fab870e7b8c89752d1ba - + https://github.com/dotnet/arcade - 54dd37d44a2adfb8b966fac466c2ece40f8b20dd + aeaa48c51d6494adc1b1fab870e7b8c89752d1ba https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index ab3ecb7a5..84784a689 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -36,7 +36,7 @@ - 8.0.0-beta.23378.2 + 8.0.0-beta.23381.1 diff --git a/global.json b/global.json index d7691b4a2..1da780075 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.23378.2", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23378.2" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23381.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23381.1" } }