Skip to content

Commit 5cf38c2

Browse files
committed
1 parent ba30676 commit 5cf38c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Create a file called **nuget.config** in your solution folder, and paste in the
2626
<?xml version="1.0" encoding="utf-8"?>
2727
<configuration>
2828
<packageSources>
29-
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
29+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
3030
<add key="Toolkit CI" value="https://ci.appveyor.com/nuget/community-visualstudio-toolkit" />
3131
</packageSources>
3232
</configuration>

0 commit comments

Comments
 (0)