We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b5dfc commit cde48f1Copy full SHA for cde48f1
nuget.config
@@ -4,6 +4,7 @@
4
<clear />
5
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
6
<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" />
8
</packageSources>
9
<packageSourceMapping>
10
<packageSource key="nuget.org">
@@ -12,5 +13,8 @@
12
13
<packageSource key="SwashbuckleMyGet">
14
<package pattern="Swashbuckle.*" />
15
</packageSource>
16
+ <packageSource key="NpgsqlMyGet">
17
+ <package pattern="*" />
18
+ </packageSource>
19
</packageSourceMapping>
20
</configuration>
0 commit comments