VS insists on updating NuGet.config so I guess we let it
This commit is contained in:
parent
015c0aded7
commit
f71ec60fdf
11
NuGet.config
11
NuGet.config
@ -1,10 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<add key="NuGet official package source" 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)" />
|
||||
<add key="All" value="(Aggregate source)" />
|
||||
</activePackageSource>
|
||||
<packageSources>
|
||||
<add key="cefsharp-myget" value="https://www.myget.org/F/cefsharp/" />
|
||||
</packageSources>
|
||||
</configuration>
|
||||
|
Loading…
Reference in New Issue
Block a user