NuGet.Config 274 B

123456789
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <packageSources>
  4. <clear /> <!-- ensure only the sources defined below are used -->
  5. <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
  6. </packageSources>
  7. </configuration>