Browse Source

NuGet: clear other sources

pull/2064/head
Reuben Bond 1 year ago
committed by Tarun Jain
parent
commit
10a783c5b4
1 changed files with 6 additions and 5 deletions
  1. +6
    -5
      src/NuGet.config

+ 6
- 5
src/NuGet.config View File

@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<configuration> <configuration>
<config>
<add key="repositoryPath" value="packages" />
</config>
<packageSources> <packageSources>
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources> </packageSources>
</configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
</configuration>

Loading…
Cancel
Save