From 3ab42bf7a574f4bb648b251c542b8390830a0737 Mon Sep 17 00:00:00 2001 From: Chad Nedzlek Date: Fri, 4 Sep 2020 05:03:09 -0700 Subject: [PATCH] Adding dotnet3.1/dotnet-eng packages sources (#2543) 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. Co-authored-by: Medeni Baykal <433724+Haplois@users.noreply.github.com> --- NuGet.config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NuGet.config b/NuGet.config index 12ce55053a..c57d79ca0c 100644 --- a/NuGet.config +++ b/NuGet.config @@ -13,8 +13,11 @@ - + + + +