Skip to content

Commit 4624b64

Browse files
author
Chris Young
committed
Added nuget config
1 parent 7c01c9a commit 4624b64

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

nuget.config

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

0 commit comments

Comments
 (0)