Skip to content

Commit f71ec60

Browse files
committed
VS insists on updating NuGet.config so I guess we let it
1 parent 015c0ad commit f71ec60

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

NuGet.config

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<packageSources>
4-
<add key="NuGet official package source" value="https://nuget.org/api/v2/" />
5-
<add key="cefsharp-myget" value="https://www.myget.org/F/cefsharp/" />
6-
</packageSources>
73
<activePackageSource>
8-
<add key="All" value="(Aggregate source)" />
4+
<add key="All" value="(Aggregate source)" />
95
</activePackageSource>
6+
<packageSources>
7+
<add key="cefsharp-myget" value="https://www.myget.org/F/cefsharp/" />
8+
</packageSources>
109
</configuration>

0 commit comments

Comments
 (0)