nuget.config 384 B

123456789101112
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <config>
  4. <add key="defaultPushSource" value="https://api.nuget.org/v3/index.json" />
  5. </config>
  6. <packageSources>
  7. <!--To inherit the global NuGet package sources remove the <clear/> line below -->
  8. <clear />
  9. <add key="nuget" value="https://api.nuget.org/v3/index.json" />
  10. </packageSources>
  11. </configuration>