summaryrefslogtreecommitdiff
path: root/src/NuGet.Config
diff options
context:
space:
mode:
Diffstat (limited to 'src/NuGet.Config')
-rw-r--r--src/NuGet.Config3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/NuGet.Config b/src/NuGet.Config
index 0054b4914e..57f1b8bbe9 100644
--- a/src/NuGet.Config
+++ b/src/NuGet.Config
@@ -4,10 +4,11 @@
<add key="enabled" value="True" />
</packageRestore>
<packageSources>
+ <clear />
<add key="myget.org dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
</packageSources>
<activePackageSource>
<add key="All" value="(Aggregate source)" />
</activePackageSource>
-</configuration> \ No newline at end of file
+</configuration>