Skip to content

Commit

Permalink
Merge pull request #420 from reduckted/update-nuget-feed-url
Browse files Browse the repository at this point in the history
Updated the nuget.org package source URL in the readme
  • Loading branch information
madskristensen authored Feb 21, 2023
2 parents 751004f + 5cf38c2 commit daf6122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Create a file called **nuget.config** in your solution folder, and paste in the
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="Toolkit CI" value="https://ci.appveyor.com/nuget/community-visualstudio-toolkit" />
</packageSources>
</configuration>
Expand Down

0 comments on commit daf6122

Please sign in to comment.