From 37b0180fc0512cc61fd8c8e160c82a949464cca5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 7 Apr 2023 22:59:50 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20230407.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.23177.4 -> To Version 8.0.0-beta.23207.1 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-23175-02 -> To Version 1.2.0-beta-23205-03 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0cd142cdf..f503d9041 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,18 +193,18 @@ - + https://github.com/dotnet/arcade - 290a3ecc0e3dabcdcafff632ccbf28d42db8061b + e3bfcab7b00a6345c005dad16474d2ad29d6587d - + https://github.com/dotnet/arcade - 290a3ecc0e3dabcdcafff632ccbf28d42db8061b + e3bfcab7b00a6345c005dad16474d2ad29d6587d - + https://github.com/dotnet/arcade - 290a3ecc0e3dabcdcafff632ccbf28d42db8061b + e3bfcab7b00a6345c005dad16474d2ad29d6587d https://github.com/dotnet/arcade-services @@ -223,9 +223,9 @@ 9d5fc54b0d8b201e6fcc4f894ee8d5bf8611e681 - + https://github.com/dotnet/sourcelink - 47edfd68f25fc5a9dd399b6e3f8f20a355f82e1a + c30453767037d81a9ab925f82736a9738004f309 diff --git a/eng/Versions.props b/eng/Versions.props index 9739bce72..c30be9a74 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 8.0.0-beta.23205.4 + 8.0.0-beta.23207.1 diff --git a/global.json b/global.json index 8e0ab15e1..5f68760b3 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.23205.4", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23205.4" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23207.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23207.1" } }