Skip to content

Commit f50e4cf

Browse files
committed
Temporarily add blowdart's beta feed
This will be removed before publication
1 parent 8cb9128 commit f50e4cf

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
5+
<add key="Blowdart" value="https://www.myget.org/F/blowdart/api/v3/index.json" />
6+
</packageSources>
7+
8+
<packageSourceMapping>
9+
<packageSource key="nuget.org">
10+
<package pattern="*" />
11+
</packageSource>
12+
<packageSource key="Blowdart">
13+
<package pattern="*" />
14+
</packageSource>
15+
</packageSourceMapping>
16+
17+
</configuration>

0 commit comments

Comments
 (0)