From e9087b7b6ce603cd9b2098da1cd2f7825baaf604 Mon Sep 17 00:00:00 2001 From: Chad Nedzlek Date: Wed, 26 Aug 2020 16:38:27 -0700 Subject: [PATCH] Adding dotnet3.1/dotnet-eng packages sources In order to remove dependencies on sleet from release branches, it is neccessary to preemptively add these sources so that mehanisms will be able to restore these packages. Sleet must be removed because of it's strong dependency on spcific nuget.packaging versions, which are not stable between 3.0 and 3.1 causing method load exceptions. --- NuGet.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NuGet.config b/NuGet.config index 488da3214ea..ce944577419 100644 --- a/NuGet.config +++ b/NuGet.config @@ -10,5 +10,7 @@ + +