CefSharp.MinimalExample/NuGet.config
jornh e0e5f8fbe7 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
2015-02-16 21:55:45 +01:00

11 lines
368 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://nuget.org/api/v2/" />
<add key="cefsharp-myget" value="https://www.myget.org/F/cefsharp/" />
</packageSources>
<activePackageSource>
<add key="All" value="(Aggregate source)" />
</activePackageSource>
</configuration>