Merge pull request #6482 from livarcocc/add_web_feed

Adding the web feed to nuget.config
This commit is contained in:
Livar 2017-05-01 19:39:31 -07:00 committed by GitHub
commit bd784cef23

View file

@ -10,5 +10,6 @@
<add key="xunit" value="https://www.myget.org/F/xunit/api/v3/index.json" />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="AspNetCurrent" value="https://dotnet.myget.org/F/aspnet-feb2017-patch/api/v3/index.json" />
<add key="web-api" value="https://dotnet.myget.org/F/dotnet-web/api/v3/index.json" />
</packageSources>
</configuration>