|
4 | 4 | <clear />
|
5 | 5 | <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
6 | 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" /> |
7 | 8 | </packageSources>
|
8 | 9 | <packageSourceMapping>
|
9 | 10 | <packageSource key="nuget.org">
|
|
12 | 13 | <packageSource key="SwashbuckleMyGet">
|
13 | 14 | <package pattern="Swashbuckle.*" />
|
14 | 15 | </packageSource>
|
| 16 | + <packageSource key="NpgsqlMyGet"> |
| 17 | + <package pattern="*" /> |
| 18 | + </packageSource> |
15 | 19 | </packageSourceMapping>
|
16 | 20 | </configuration>
|
0 commit comments