remove unnecessary NuGet.Config that was causing problems

This commit is contained in:
Andrew Stanton-Nurse 2016-04-07 15:37:33 -07:00
parent 5768f4c973
commit 8e23d9a635

View file

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>