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:
parent
f862aa4f44
commit
2d8cee00f1
@ -4,6 +4,7 @@
|
|||||||
<add key="All" value="(Aggregate source)" />
|
<add key="All" value="(Aggregate source)" />
|
||||||
</activePackageSource>
|
</activePackageSource>
|
||||||
<packageSources>
|
<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>
|
</packageSources>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
Loading…
Reference in New Issue
Block a user