From 2fffef02c6d6f0a0b7430da81154cb37bfbc7645 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 12 Nov 2019 11:59:39 -0800 Subject: [PATCH] Move dotnet-tools -> dotnet-eng (#1292) * Move dotnet-tools -> dotnet-eng The dotnet-tools feed is being moved to dotnet-eng so that dotnet-tools can be used for actual tools. https://github.com/dotnet/arcade/issues/4197 Also remove the extensions feed, don't think it's necessary any longer. * Switch to .NET 5 feeds --- NuGet.config | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/NuGet.config b/NuGet.config index 6364789947..16ba6f6929 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,13 +6,10 @@ - - - - - + + + -