I’m loving NuGet and it’s totally changed the way I look on brining in external dependencies to my projects. I've written about that before.
But sometimes you want to install several packages into a project. For example, when you install SpecFlow into a project you also have to install a test framework such as NUnit or MsTest. And maybe an assertion framework or a mocking framework.
But this package will contain your (or your company) preferences and maybe not be suitable to publish to NuGet.org for everyone to download.
In this post I’ll show you how to easily create a local package where you can setup the dependencies you want. And how to use it in your solution.