Merge pull request #273 from dotnet/dev/advolker/trim_nuget_config

remove unneeded line from nuget.config
This commit is contained in:
Livar 2019-01-11 12:48:20 -08:00 committed by GitHub
commit e0a91a6d5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>