Skip to content

Instantly share code, notes, and snippets.

@jcansdale
Created September 15, 2016 15:10
Show Gist options
  • Save jcansdale/0ca5a343169e232a78c2e48f01d63e7b to your computer and use it in GitHub Desktop.
Save jcansdale/0ca5a343169e232a78c2e48f01d63e7b to your computer and use it in GitHub Desktop.
How to setup a `LocalPackages` folder for NuGet
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="LocalPackages" value="./LocalPackages" />
</packageSources>
<activePackageSource>
<!-- this tells that all of them are active -->
<add key="All" value="(Aggregate source)" />
</activePackageSource>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment