From ff361bd6f46e640feca9c8b1d0173639ccc28689 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 16:55:03 +0100 Subject: [PATCH] [main] Update dependencies from dotnet/runtime dotnet/xharness (#61309) Co-authored-by: dotnet-maestro[bot] --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 40 +++++++++++++++++++-------------------- eng/Versions.props | 18 +++++++++--------- global.json | 2 +- 4 files changed, 31 insertions(+), 31 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index cdd387ac2b4b68..e479b0cb240196 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -15,7 +15,7 @@ ] }, "microsoft.dotnet.xharness.cli": { - "version": "1.0.0-prerelease.21554.1", + "version": "1.0.0-prerelease.21558.2", "commands": [ "xharness" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e9569fc8fbf8a2..c06c0a4834be55 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -166,49 +166,49 @@ https://github.com/dotnet/llvm-project 60d4a5fe85546a2ed5ab6f7909b7da93d3ba1146 - + https://github.com/dotnet/runtime - 2a87ffeaedb6b534d6eaa000d5ba9b545f4aac1e + d40f560efbf4f85ec6d59892a6c4bafa39f66d19 - + https://github.com/dotnet/runtime - 2a87ffeaedb6b534d6eaa000d5ba9b545f4aac1e + d40f560efbf4f85ec6d59892a6c4bafa39f66d19 - + https://github.com/dotnet/runtime - 2a87ffeaedb6b534d6eaa000d5ba9b545f4aac1e + d40f560efbf4f85ec6d59892a6c4bafa39f66d19 - + https://github.com/dotnet/runtime - 2a87ffeaedb6b534d6eaa000d5ba9b545f4aac1e + d40f560efbf4f85ec6d59892a6c4bafa39f66d19 - + https://github.com/dotnet/runtime - 2a87ffeaedb6b534d6eaa000d5ba9b545f4aac1e + d40f560efbf4f85ec6d59892a6c4bafa39f66d19 - + https://github.com/dotnet/runtime - 2a87ffeaedb6b534d6eaa000d5ba9b545f4aac1e + d40f560efbf4f85ec6d59892a6c4bafa39f66d19 - + https://github.com/dotnet/runtime - 2a87ffeaedb6b534d6eaa000d5ba9b545f4aac1e + d40f560efbf4f85ec6d59892a6c4bafa39f66d19 - + https://github.com/dotnet/runtime - 2a87ffeaedb6b534d6eaa000d5ba9b545f4aac1e + d40f560efbf4f85ec6d59892a6c4bafa39f66d19 https://github.com/dotnet/linker a5f8466cb452f50436544572e38ff5faa17e2094 - + https://github.com/dotnet/xharness - 4663a6e7cd3dcec7a2226bda7445179ec29c2944 + 6a2e0d8e1ed28e1209a887c77c951337ee9e9160 - + https://github.com/dotnet/xharness - 4663a6e7cd3dcec7a2226bda7445179ec29c2944 + 6a2e0d8e1ed28e1209a887c77c951337ee9e9160 https://github.com/dotnet/arcade diff --git a/eng/Versions.props b/eng/Versions.props index d09a845afeaf6e..fa619420778601 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,12 +75,12 @@ 6.0.0-preview.1.102 - 7.0.0-alpha.1.21551.1 - 7.0.0-alpha.1.21551.1 - 7.0.0-alpha.1.21551.1 + 7.0.0-alpha.1.21556.5 + 7.0.0-alpha.1.21556.5 + 7.0.0-alpha.1.21556.5 3.1.0 - 7.0.0-alpha.1.21551.1 + 7.0.0-alpha.1.21556.5 5.0.0 4.3.0 @@ -115,11 +115,11 @@ 5.0.0 5.0.0 4.9.0-rc2.21473.1 - 7.0.0-alpha.1.21551.1 - 7.0.0-alpha.1.21551.1 + 7.0.0-alpha.1.21556.5 + 7.0.0-alpha.1.21556.5 4.5.4 4.5.0 - 7.0.0-alpha.1.21551.1 + 7.0.0-alpha.1.21556.5 7.0.0-beta.21552.1 7.0.0-beta.21552.1 @@ -154,8 +154,8 @@ 1.0.1-prerelease-00006 16.9.0-preview-20201201-01 - 1.0.0-prerelease.21554.1 - 1.0.0-prerelease.21554.1 + 1.0.0-prerelease.21558.2 + 1.0.0-prerelease.21558.2 1.0.2-alpha.0.21551.2 2.4.2-pre.9 2.4.2 diff --git a/global.json b/global.json index 7820dfac4c4324..96ea4109b54789 100644 --- a/global.json +++ b/global.json @@ -18,6 +18,6 @@ "Microsoft.DotNet.SharedFramework.Sdk": "7.0.0-beta.21555.2", "Microsoft.Build.NoTargets": "3.1.0", "Microsoft.Build.Traversal": "3.0.23", - "Microsoft.NET.Sdk.IL": "7.0.0-alpha.1.21551.1" + "Microsoft.NET.Sdk.IL": "7.0.0-alpha.1.21556.5" } }