Add <clear /> to nuget.config

This commit is contained in:
Nate McMaster 2016-11-02 14:16:05 -07:00
parent 3b0947b4af
commit fcd6764cd1
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>