ReaddNuGet official package source to NuGet.config as older versions of visual studio/nuget don't always include the reference

This commit is contained in:
amaitland 2015-11-24 08:52:12 +10:00
parent f862aa4f44
commit 2d8cee00f1

View File

@ -4,6 +4,7 @@
<add key="All" value="(Aggregate source)" />
</activePackageSource>
<packageSources>
<add key="cefsharp-myget" value="https://www.myget.org/F/cefsharp/" />
<add key="NuGet official package source" value="https://nuget.org/api/v2/" />
<add key="cefsharp-myget" value="https://www.myget.org/F/cefsharp/" />
</packageSources>
</configuration>