Skip to content

Commit

Permalink
Whoops it still had the wrong nuget.config file
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Oct 6, 2017
1 parent 62158fd commit bcf2e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration>
<packageSources>
<clear />
<add key="myget.org" value="https://www.myget.org/F/imagesharp/api/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="myget.org" value="https://www.myget.org/F/sixlabors/api/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit bcf2e1a

Please sign in to comment.