Skip to content
Snippets Groups Projects
NuGet.config 460 B
Newer Older
  • Learn to ignore specific revisions
  • <?xml version="1.0" encoding="utf-8"?>
    <configuration>
      <packageSources>
        <clear />
        <add key="NuGet" value="http://www.nuget.org/api/v2/" />
      </packageSources>
      <disabledPackageSources />
      <activePackageSource>
        <add key="All" value="(Aggregate source)" />
      </activePackageSource>
      <config>
        <add key="repositoryPath" value="./Packages" />
        <add key="DefaultPushSource" value="http://www.nuget.org/api/v2/" />
      </config>
    </configuration>