remove aspnetbeta8 form nuget.config. The packages are now on NuGet.org
This commit is contained in:
parent
39c901ee4e
commit
0d8f91f382
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue