From fd2c50f7c613f4ccb9b3e5d2f7fd58c33efc31a1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 9 Aug 2022 12:41:05 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20220808.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22405.6 -> To Version 7.0.0-beta.22408.3 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-22404-01 -> To Version 1.2.0-beta-22407-01 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 864e07c76..010a73256 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -196,32 +196,32 @@ - + https://github.com/dotnet/arcade - 58aed6cc9fde5155c79cf706eeccf31b03e9a8a7 + 13b342360ba81ca3fdf911fda985dc8420d51627 - + https://github.com/dotnet/arcade - 58aed6cc9fde5155c79cf706eeccf31b03e9a8a7 + 13b342360ba81ca3fdf911fda985dc8420d51627 - + https://github.com/dotnet/arcade - 58aed6cc9fde5155c79cf706eeccf31b03e9a8a7 + 13b342360ba81ca3fdf911fda985dc8420d51627 https://github.com/dotnet/source-build-reference-packages ddc5b4880b0bf18783fc6808c4d407214f7bdae1 - + https://github.com/dotnet/sourcelink - c2b16fa517c66a3fd78d9286e93123ea739a5609 + ec063efc0c81f061ec3a91e343f135135cd27418 - + https://github.com/dotnet/xliff-tasks - eb60feba8e35109537c4059bf5131ea0d7ed24f3 + e1f318960e0e5dbea923349c8aea12f58626fdfa diff --git a/eng/Versions.props b/eng/Versions.props index afe250960..a0b4671f6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.22405.6 + 7.0.0-beta.22408.3 diff --git a/global.json b/global.json index 2b81b7d42..880a89241 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22405.6", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22405.6" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22408.3", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22408.3" } }