aboutsummaryrefslogtreecommitdiff
path: root/nuget.config
diff options
context:
space:
mode:
Diffstat (limited to 'nuget.config')
-rw-r--r--nuget.config5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuget.config b/nuget.config
index d4244526..6e408d84 100644
--- a/nuget.config
+++ b/nuget.config
@@ -1,7 +1,8 @@
-<?xml version="1.0" encoding="utf-8" ?>
+<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
- <add key="nuget" value="https://api.nuget.org/v3/index.json" />
+ <clear/>
+ <add key="nuget.org" value="https://api.nuget.org/v3/index.json"/>
<add key="aspnetcore-dev" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
</packageSources>
</configuration>