Clear out the reference to staging.nuget.org
Should potentially give one less source of 503 errors etc as reported in http://stackoverflow.com/questions/28541343/cefsharp-winforms-nuget-download-issue and going forward we don't plan on using it anyway now that we have myget.org
This commit is contained in:
parent
7ec321f5f2
commit
e0e5f8fbe7
@ -2,7 +2,6 @@
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<add key="nuget.org" value="https://nuget.org/api/v2/" />
|
||||
<add key="staging.nuget.org" value="https://staging.nuget.org/api/v2/" />
|
||||
<add key="cefsharp-myget" value="https://www.myget.org/F/cefsharp/" />
|
||||
</packageSources>
|
||||
<activePackageSource>
|
||||
|
Loading…
Reference in New Issue
Block a user