|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <configuration>
|
3 | 3 | <packageSources>
|
4 | | - <add key="Swashbuckle MyGet" value="https://www.myget.org/F/domaindrivendev/api/v3/index.json" /> |
5 | | - <add key="NuGet" value="https://api.nuget.org/v3/index.json" /> |
| 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" /> |
6 | 7 | </packageSources>
|
| 8 | + <packageSourceMapping> |
| 9 | + <packageSource key="nuget.org"> |
| 10 | + <package pattern="*" /> |
| 11 | + </packageSource> |
| 12 | + <packageSource key="SwashbuckleMyGet"> |
| 13 | + <package pattern="Swashbuckle.*" /> |
| 14 | + </packageSource> |
| 15 | + </packageSourceMapping> |
7 | 16 | </configuration>
|
0 commit comments