Rename nuget package source otherwise it's not enabled by default
This commit is contained in:
parent
9ed3ce371c
commit
01f8aa8af8
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user