Rename nuget package source otherwise it's not enabled by default

This commit is contained in:
amaitland 2015-06-08 22:20:03 +10:00
parent 9ed3ce371c
commit 01f8aa8af8

View File

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