Skip to content

Commit fb83c62

Browse files
committed
Add NuGet.config
1 parent 988343e commit fb83c62

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

NuGet.config

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

0 commit comments

Comments
 (0)