changeing nuget.org source to point to V3

V2 is deprecated. Updating the config to use V3.
See https://docs.microsoft.com/en-us/nuget/faqs/nuget-faq#what-is-the-api-endpoint-for-nugetorg
This commit is contained in:
Karan Nandwani 2019-03-06 15:14:00 -08:00 committed by GitHub
commit 2baf41d10a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
<add key="disableSourceControlIntegration" value="true" />
</solution>
<packageSources>
<add key="NuGet official package source" value="https://nuget.org/api/v2/" />
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
<add key="EEApps" value="https://eeapps.blob.core.windows.net/eeapps/index.json" />
</packageSources>
<config>