From 64b30ecd6b09ba5966be1ec2229dc8b28898f021 Mon Sep 17 00:00:00 2001 From: Chad Nedzlek Date: Wed, 26 Aug 2020 16:42:20 -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 | 1 + 1 file changed, 1 insertion(+) diff --git a/NuGet.config b/NuGet.config index c0a34a56580..aa8feef7795 100644 --- a/NuGet.config +++ b/NuGet.config @@ -14,6 +14,7 @@ +