From 18469e10ff0bd3ec99f0ca5047d04c18e974efbb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 17:23:55 +0000 Subject: [PATCH] [main] Update dependencies from dotnet/arcade (#17083) [main] Update dependencies from dotnet/arcade --- 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 2c05b118f..c63150782 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -202,18 +202,18 @@ - + https://github.com/dotnet/arcade - 9c133f0206c655b7a12a045b1de7c76804cde3fb + 94ab279661f45a3bc9f6e86a5d52718ed80cd318 - + https://github.com/dotnet/arcade - 9c133f0206c655b7a12a045b1de7c76804cde3fb + 94ab279661f45a3bc9f6e86a5d52718ed80cd318 - + https://github.com/dotnet/arcade - 9c133f0206c655b7a12a045b1de7c76804cde3fb + 94ab279661f45a3bc9f6e86a5d52718ed80cd318 https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 10f2a798e..99f0039b6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -36,7 +36,7 @@ - 8.0.0-beta.23376.1 + 8.0.0-beta.23377.1 diff --git a/global.json b/global.json index ccb097ea0..b48170dc7 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.23376.1", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23376.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23377.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23377.1" } }