Merge pull request #265 from aspnet/releaseNugetChange

Updated Nuget.Config to point to aspnetrelease feed
This commit is contained in:
kirthik 2014-10-22 10:52:17 -07:00
commit 740f0c8cf3
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetvnext/api/v2" />
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetrelease/api/v2" />
<add key="NuGet.org" value="https://nuget.org/api/v2/" />
</packageSources>
</configuration>