Add clear to get nuget.config to avoid bad global entries

This commit is contained in:
Karl Burtram
2016-11-06 21:16:55 -08:00
parent 8e83afd628
commit c9de4500e1

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration >
<packageSources>
<clear />
<add key="Nuget" value="https://www.nuget.org/api/v2" />
<add key="Myget" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="DataTools Nuget" value="./bin/nuget" />