5 changed files with 12 additions and 15 deletions
@ -1,6 +1,12 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||
<configuration> |
<configuration> |
||||
<packageSources> |
<packageSources> |
||||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> |
<clear /> |
||||
</packageSources> |
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> |
||||
|
</packageSources> |
||||
|
<packageSourceMapping> |
||||
|
<packageSource key="nuget.org"> |
||||
|
<package pattern="*" /> |
||||
|
</packageSource> |
||||
|
</packageSourceMapping> |
||||
</configuration> |
</configuration> |
||||
Loading…
Reference in new issue