From 5dd114fa47c01dcbfc4df32406a0d73d43f2daa7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 19 May 2020 17:38:31 +0000 Subject: [PATCH 1/3] Update dependencies from https://github.com/NuGet/NuGet.Client build 5.7.0.6618 NuGet.Build.Tasks From Version 5.7.0-preview.1.6609 -> To Version 5.7.0-preview.2.6618 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 77396661dc26..c2d8cb102b42 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -19,9 +19,9 @@ https://github.com/dotnet/core-setup 916b5cba268e1e1e803243004f4276cf40b2dda8 - + https://github.com/NuGet/NuGet.Client - 12a375a8a02764b772a20371abaf797639a7f961 + 721908c643a7806b630774e76b53e37507fec062 diff --git a/eng/Versions.props b/eng/Versions.props index e8a0e151efe7..c6dcfbdc6299 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ 3.1.2 2.0.1-servicing-26011-01 9.0.1 - 5.7.0-preview.1.6609 + 5.7.0-preview.2.6618 $(NuGetBuildTasksPackageVersion) $(NuGetBuildTasksPackageVersion) 2.0.0 From dcb66a8c9208ac59f2f47fd0684e2a95380a662f Mon Sep 17 00:00:00 2001 From: Jacques Eloff Date: Tue, 19 May 2020 11:34:54 -0700 Subject: [PATCH 2/3] Update stage 0 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 03378219f891..5059f1f11bef 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "3.1.400-preview-015135", + "dotnet": "3.1.400-preview-015138", "vs-opt": { "version": "15.9" } From 79a81b7f871e1a002ac3b0c405347f2584cd798a Mon Sep 17 00:00:00 2001 From: William Li Date: Thu, 21 May 2020 14:55:53 -0700 Subject: [PATCH 3/3] Update global.json --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 5059f1f11bef..32da92c266e2 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "3.1.400-preview-015138", + "dotnet": "3.1.400-preview-015147", "vs-opt": { "version": "15.9" }