From 35767d8564d14d7552ef571d3749e719c5464589 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:23:07 -0700 Subject: [PATCH] [release/8.0.3xx] Update dependencies from dotnet/arcade (#20158) 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 f24eaf13a7e5..cd99ee30a371 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -214,18 +214,18 @@ - + https://github.com/dotnet/arcade - 69abe6b2063083c0b35fc3a5b16cb2bdbaf5e8b0 + 103916ccdbe7f4ab2e194068a1a3cd330542601f - + https://github.com/dotnet/arcade - 69abe6b2063083c0b35fc3a5b16cb2bdbaf5e8b0 + 103916ccdbe7f4ab2e194068a1a3cd330542601f - + https://github.com/dotnet/arcade - 69abe6b2063083c0b35fc3a5b16cb2bdbaf5e8b0 + 103916ccdbe7f4ab2e194068a1a3cd330542601f https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 6887edeba725..601b7adce569 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,7 +39,7 @@ - 8.0.0-beta.24475.3 + 8.0.0-beta.24504.2 diff --git a/global.json b/global.json index 137bc2984078..8320b3ded24a 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.24475.3", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24475.3" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24504.2", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24504.2" } }