From 1f7033b2376b4fdeeeb5aedfd69c698c9ba02bf2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 09:04:35 -0700 Subject: [PATCH] [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade mono/linker (#7753) * Update dependencies from https://github.com/dotnet/arcade build 20210812.1 Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.SwaggerGenerator.MSBuild , Microsoft.DotNet.SignTool , Microsoft.DotNet.Helix.Sdk From Version 6.0.0-beta.21410.8 -> To Version 6.0.0-beta.21412.1 * Update dependencies from https://github.com/mono/linker build 20210813.1 Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.6.21412.1 -> To Version 6.0.100-preview.6.21413.1 * Update dependencies from https://github.com/dotnet/xliff-tasks build 20210814.1 Microsoft.DotNet.XliffTasks From Version 1.0.0-beta.21412.1 -> To Version 1.0.0-beta.21414.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 28 ++++++++++++++-------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0c7839b18e4..2edecd5cef3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -11,25 +11,25 @@ - + https://github.com/dotnet/arcade - e10772e3594e46a031574c20a4145441737ac56d + 58ac7035021bd7277ef7582338afd25403fc9aea - + https://github.com/dotnet/arcade - e10772e3594e46a031574c20a4145441737ac56d + 58ac7035021bd7277ef7582338afd25403fc9aea - + https://github.com/dotnet/arcade - e10772e3594e46a031574c20a4145441737ac56d + 58ac7035021bd7277ef7582338afd25403fc9aea - + https://github.com/dotnet/arcade - e10772e3594e46a031574c20a4145441737ac56d + 58ac7035021bd7277ef7582338afd25403fc9aea - + https://github.com/dotnet/arcade - e10772e3594e46a031574c20a4145441737ac56d + 58ac7035021bd7277ef7582338afd25403fc9aea https://github.com/dotnet/arcade-services @@ -47,9 +47,9 @@ https://github.com/dotnet/roslyn 246ce641f04b67ef017655275d850bf902a8e40f - + https://github.com/mono/linker - 4dd506a685d7d81a0e7782ca56d6c0db0064d7d4 + c321df28835445093009af394ddf3c31e9b1fc91 https://github.com/dotnet/sourcelink @@ -68,9 +68,9 @@ https://github.com/dotnet/symreader-converter c5ba7c88f92e2dde156c324a8c8edc04d9fa4fe0 - + https://github.com/dotnet/xliff-tasks - e75ee06448aa07fa02853aac97a6cc4bff387ecb + 5cc5c3fb5e3296788f60aeaeb1a370151b03ade7 diff --git a/eng/Versions.props b/eng/Versions.props index 6ca5a6acf7b..2d589a3a71f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -35,7 +35,7 @@ 2.1.1 2.1.0 3.10.0-4.21329.37 - 6.0.100-preview.6.21412.1 + 6.0.100-preview.6.21413.1 16.7.1 4.8.3 5.3.0.1 @@ -65,8 +65,8 @@ 2.4.1 2.0.3 2.4.1 - 6.0.0-beta.21410.8 - 6.0.0-beta.21410.8 + 6.0.0-beta.21412.1 + 6.0.0-beta.21412.1 1.22.0 1.1.2 2.0.0 @@ -77,8 +77,8 @@ 1.1.0-beta.20258.6 1.1.0-beta-21309-01 1.1.0-beta-21309-01 - 6.0.0-beta.21410.8 - 1.0.0-beta.21412.1 + 6.0.0-beta.21412.1 + 1.0.0-beta.21414.1 1.1.0-beta.21378.2 1.0.0-prerelease.21404.1 1.1.156602 diff --git a/global.json b/global.json index 7a6aa9d7c2d..29f6035b606 100644 --- a/global.json +++ b/global.json @@ -3,7 +3,7 @@ "dotnet": "6.0.100-rc.1.21379.2" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21410.8", - "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21410.8" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21412.1", + "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21412.1" } }