From 04ecb5ed2a4a14f3fdd70977ecc6c7a3a1333c88 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 18:36:59 +0000 Subject: [PATCH] [main] Update dependencies from dotnet/arcade (#16934) [main] Update dependencies from dotnet/arcade - Coherency Updates: - Microsoft.SourceLink.GitHub: from 8.0.0-beta.23358.1 to 8.0.0-beta.23359.1 (parent: Microsoft.DotNet.Arcade.Sdk) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 658f220c5..5688c3ccd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -202,18 +202,18 @@ - + https://github.com/dotnet/arcade - 226c103b56a979243f08032e6cddb4deb66ea54b + dd0aec2c9a3ee25da70212063fddf6cc47cd8780 - + https://github.com/dotnet/arcade - 226c103b56a979243f08032e6cddb4deb66ea54b + dd0aec2c9a3ee25da70212063fddf6cc47cd8780 - + https://github.com/dotnet/arcade - 226c103b56a979243f08032e6cddb4deb66ea54b + dd0aec2c9a3ee25da70212063fddf6cc47cd8780 https://github.com/dotnet/arcade-services @@ -232,7 +232,7 @@ bea821278f04cf4e4d7e41e0cd28f640a710260c - + https://github.com/dotnet/sourcelink d65917a564ce5d2b75fc387a7f4d0bcc6bdd269d diff --git a/eng/Versions.props b/eng/Versions.props index e4ce076b7..c73ad3008 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -36,7 +36,7 @@ - 8.0.0-beta.23360.1 + 8.0.0-beta.23360.4 diff --git a/global.json b/global.json index d1273caa6..2ab8e8bf0 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.23360.1", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23360.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23360.4", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23360.4" } }