From c8e8cf6d2eb8d0e45e4668bd2c82ff74cdd0dc67 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 09:24:30 -0700 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20220331.2 (#13521) Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Arcade.Sdk From Version 7.0.0-beta.22179.1 -> To Version 7.0.0-beta.22181.2 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-22174-02 -> To Version 1.2.0-beta-22179-02 (parent: Microsoft.DotNet.Arcade.Sdk Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 2 +- global.json | 6 +++--- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 09e8f97c8..bfc3de693 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -197,33 +197,33 @@ - + https://github.com/dotnet/arcade - 1527dc867ccb652def4c0f57fbd2ebbed3a94019 + e0b311bcd81fc9e27bcf7715dcda62fa38dfa49a - + https://github.com/dotnet/arcade - 1527dc867ccb652def4c0f57fbd2ebbed3a94019 + e0b311bcd81fc9e27bcf7715dcda62fa38dfa49a - + https://github.com/dotnet/arcade - 1527dc867ccb652def4c0f57fbd2ebbed3a94019 + e0b311bcd81fc9e27bcf7715dcda62fa38dfa49a https://github.com/dotnet/source-build-reference-packages 5d865ff0971f712b52cf1dd7d3e98ff4c0ff5759 - + https://github.com/dotnet/sourcelink - 95b2fa6768c8a5791655326c3f49468127a22b73 + 00accce73f32b91a59d3be28c1f6993c3cd4df3e - + https://github.com/dotnet/xliff-tasks - 4331b9e76b3025141231c6c4b948ab79866a6cfa + bf9f60aad0e33d9ff11cd311f09c0bda7f869f97 diff --git a/eng/Versions.props b/eng/Versions.props index 6352dddbd..e6138e245 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.22179.1 + 7.0.0-beta.22181.2 diff --git a/global.json b/global.json index a7b1a16c4..f8b3af8ad 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "7.0.100-alpha.1.21518.14", + "dotnet": "7.0.100-preview.2.22153.17", "runtimes": { "dotnet": [ "$(VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion)" @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22179.1", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22179.1" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22181.2", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22181.2" } }