Skip to content

Details

Paket is a dependency manager for .NET and mono projects, which is designed to work well with

NuGet (https://www.nuget.org/)

packages and also enables referencing files directly from

Git repositories (https://fsprojects.github.io/Paket/git-dependencies.html)

or any

HTTP resource (https://fsprojects.github.io/Paket/http-dependencies.html)

. It enables precise and predictable control over what packages the projects within your application reference.

Related topics

You may also like