Skip to content

Commit cde48f1

Browse files
committed
Use Npgsql preview feed
1 parent 68b5dfc commit cde48f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nuget.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<clear />
55
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
66
<add key="SwashbuckleMyGet" value="https://www.myget.org/F/domaindrivendev/api/v3/index.json" />
7+
<add key="NpgsqlMyGet" value="https://www.myget.org/F/npgsql-vnext/api/v3/index.json" />
78
</packageSources>
89
<packageSourceMapping>
910
<packageSource key="nuget.org">
@@ -12,5 +13,8 @@
1213
<packageSource key="SwashbuckleMyGet">
1314
<package pattern="Swashbuckle.*" />
1415
</packageSource>
16+
<packageSource key="NpgsqlMyGet">
17+
<package pattern="*" />
18+
</packageSource>
1519
</packageSourceMapping>
1620
</configuration>

0 commit comments

Comments
 (0)