forked from Rubjerg/Graphviz.NetWrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnuget.config
More file actions
23 lines (21 loc) · 772 Bytes
/
nuget.config
File metadata and controls
23 lines (21 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!-- local builds -->
<add key="LocalDebug" value="Rubjerg.Graphviz/bin/x64/Debug" />
<add key="LocalRelease" value="Rubjerg.Graphviz/bin/x64/Release" />
<!-- public packages -->
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<packageSourceMapping>
<!-- <packageSource key="LocalDebug"> -->
<!-- <package pattern="Rubjerg.*" /> -->
<!-- </packageSource> -->
<packageSource key="LocalRelease">
<package pattern="Rubjerg.*" />
</packageSource>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</configuration>