remove unneeded line from nuget.config

This commit is contained in:
Adam Yoblick 2019-01-11 13:19:39 -06:00
parent d6a49e15d4
commit 3d46636748

View file

@ -7,7 +7,6 @@
<packageSources>
<clear />
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
<add key="dotnet-windowsdesktop" value="https://dotnetfeed.blob.core.windows.net/dotnet-windowsdesktop/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<disabledPackageSources>