We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba30676 commit 5cf38c2Copy full SHA for 5cf38c2
README.md
@@ -26,7 +26,7 @@ Create a file called **nuget.config** in your solution folder, and paste in the
26
<?xml version="1.0" encoding="utf-8"?>
27
<configuration>
28
<packageSources>
29
- <add key="nuget.org" value="https://www.nuget.org/api/v2/" />
+ <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
30
<add key="Toolkit CI" value="https://ci.appveyor.com/nuget/community-visualstudio-toolkit" />
31
</packageSources>
32
</configuration>
0 commit comments