DotNet dependencies with Paket

In every project without a doubt dependency management is an important part. You don’t build everything from scratch but instead depend on the work others have done. But you usually want to depend on work that is being maintained and thus want to receive updates. But not all updates will work so you want to restrict which updates you want to receive. In the world of DotNet the de facto standard for dependency management and distribution is NuGet. In this article we take a look at the program Paket for managing our NuGet dependencies.