Skip to content

Commit daf6122

Browse files
Merge pull request #420 from reduckted/update-nuget-feed-url
Updated the nuget.org package source URL in the readme
2 parents 751004f + 5cf38c2 commit daf6122

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)