
What is Paket? - GitHub Pages
Get started by learning how to use Paket and take a look at the FAQ to learn more about it. If you are using legacy NuGet (packages.config -based) projects for package management in your …
Get started - GitHub Pages
If you're not using .NET Core, or you're stuck on .NET Core 2.2 or lower, you can use the paket bootstrapper. Create a .paket directory in the root of your solution.
Paket installation - GitHub Pages
The install.sh script will add Paket as a command line option into bash and most other shells available. If you are using a unique shell and run into problems, please post an issue so we …
Learn how to use paket - GitHub Pages
Learn how to use paket Once you've installed Paket, it's time to learn how to use it! You can refer to a minimal sample codebase that shows how Paket works in a codebase. Core concepts …
FAQ — Frequently Asked Questions - GitHub Pages
Paket will then go through your solution and convert all new NuGet projects to Paket. Paket stores paket.dependencies and paket.lock files in the root of a repository.
The paket.dependencies file - GitHub Pages
Paket uses this definition to compute a concrete dependency resolution, which also includes transitive dependencies. The resulting dependency graph is then persisted to the paket.lock file.
Paket and the .NET SDK / .NET Core CLI tools (dotnet CLI and …
Paket provides support for .NET SDK -based projects that are used with the dotnet CLI (running with .NET Core) or with MSBuild 15 (Visual Studio 2017 and Mono 5).
Converting from NuGet - GitHub Pages
After converting your solution from NuGet, you may end up with many transitive dependencies in your Paket files. Consider using paket simplify to remove unnecessary transitive dependencies …
GitHub dependencies
Paket allows you to automatically manage the linking of files from github.com or gist.github.com into your projects. If you have Git installed then Paket also allows you to reference files from …
Namespaces - Paket
Using Paket from F# Interactive F# Interactive integration Editor support Shell completion Credential Providers API Reference Paket commands paket add paket auto-restore paket …