From 2e5f8ab78ea88a7bddee314b2bd4a692d4ee8e4f Mon Sep 17 00:00:00 2001 From: Brice Lambson Date: Fri, 25 Jun 2021 09:01:00 -0700 Subject: [PATCH] Unpin Microsoft.Extensions.Logging --- eng/Version.Details.xml | 10 ++++------ eng/Versions.props | 4 ++-- global.json | 4 ++-- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e236001d0b7..f025f014b9e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,10 +1,9 @@ - - + https://github.com/dotnet/runtime - 293d47286161827ecc0d6e96f9eb7b82dafe8307 + 1ddcf4cbfaf55a2a3561b9655fd7340d31667a1b https://github.com/dotnet/runtime @@ -34,10 +33,9 @@ https://github.com/dotnet/runtime 1ddcf4cbfaf55a2a3561b9655fd7340d31667a1b - - + https://github.com/dotnet/runtime - 293d47286161827ecc0d6e96f9eb7b82dafe8307 + 1ddcf4cbfaf55a2a3561b9655fd7340d31667a1b https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index d41cbdd6340..f376af8d1cd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ 6.0.0-preview.6.21325.7 6.0.0-preview.6.21325.7 - 6.0.0-preview.6.21276.2 + 6.0.0-preview.6.21325.7 6.0.0-preview.6.21325.7 6.0.0-preview.6.21325.7 6.0.0-preview.6.21325.7 @@ -25,7 +25,7 @@ 6.0.0-preview.6.21325.7 6.0.0-preview.6.21325.7 6.0.0-preview.6.21325.7 - 6.0.0-preview.6.21276.2 + 6.0.0-preview.6.21325.7 3.7.0 diff --git a/global.json b/global.json index 68de500bed8..851475bd09f 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.100-preview.4.21255.9", + "dotnet": "6.0.100-preview.6.21313.2", "runtimes": { "dotnet": [ "3.1.16", @@ -13,7 +13,7 @@ } }, "sdk": { - "version": "6.0.100-preview.4.21255.9", + "version": "6.0.100-preview.6.21313.2", "allowPrerelease": true, "rollForward": "latestMajor" },