From a2a5f5dd7d46f456b04ac0b462fa84902df25ecf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:47:44 +0200 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20230728.2 (#461) 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 adef41655fadb6..847a9b178ce09a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,17 +3,17 @@ - + https://github.com/dotnet/arcade - 602351e3681015ea789b2aeaa7b2a9156a8baf38 + 54dd37d44a2adfb8b966fac466c2ece40f8b20dd - + https://github.com/dotnet/arcade - 602351e3681015ea789b2aeaa7b2a9156a8baf38 + 54dd37d44a2adfb8b966fac466c2ece40f8b20dd - + https://github.com/dotnet/arcade - 602351e3681015ea789b2aeaa7b2a9156a8baf38 + 54dd37d44a2adfb8b966fac466c2ece40f8b20dd diff --git a/eng/Versions.props b/eng/Versions.props index 73c423bf5d799e..99c0cc12208da0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -6,6 +6,6 @@ 1 - 8.0.0-beta.23371.1 + 8.0.0-beta.23378.2 diff --git a/global.json b/global.json index 6dbd36910bffa9..0a4a674ec54011 100644 --- a/global.json +++ b/global.json @@ -3,8 +3,8 @@ "dotnet": "8.0.100-preview.6.23330.14" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23371.1", - "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23371.1", + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23378.2", + "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23378.2", "Microsoft.Build.Traversal": "3.4.0" } }