remove aspnetbeta8 form nuget.config. The packages are now on NuGet.org

This commit is contained in:
glennc 2015-10-15 10:05:05 -07:00
parent 39c901ee4e
commit 0d8f91f382
2 changed files with 0 additions and 10 deletions

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetbeta8/api/v3/index.json" />
<add key="NuGetorg" value="https://api.nuget.org/v3/index.json" />
<!--<add key="NuGetorg2" value="https://nuget.org/api/v2/" />-->
</packageSources>
</configuration>

View File

@ -2,7 +2,6 @@
<configuration>
<packageSources>
<clear />
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetbeta8/api/v3/index.json" />
<add key="NuGetorg" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>