Qortora · Search · Indexed page

www.nuget.orgFetched 2026-08-14T04:28:20Z

Paket 10.3.1

A dependency manager for .NET with support for NuGet packages and git repositories.

Open original source · Full cached text

NuGet Gallery | Paket 10.3.1 Skip To Content Toggle navigation Packages Upload Statistics Documentation Downloads Blog Sign in  Paket 10.3.1 .NET 9.0 This package targets .NET 9.0. The package is compatible with this framework or higher. .NET CLI (Global) .NET CLI (Local) Cake NUKE dotnet tool install --global Paket --version 10.3.1 Copy This package contains a .NET tool you can call from the shell/command line. dotnet new tool-manifest if you are setting up this repo Copy dotnet tool install --local Paket --version 10.3.1 Copy This package contains a .NET tool you can call from the shell/command line. #tool dotnet:?package=Paket&version=10.3.1 Copy The NuGet Team does not provide support for this client. Please contact its maintainers for support. nuke :add-package Paket --version 10.3.1 Copy The NuGet Team does not provide support for this client. Please contact its maintainers for support. README Frameworks Dependencies Versions Release Notes Paket A dependency manager for .NET with support for NuGet packages and git repositories. Why Paket? NuGet did not separate out the concept of transitive dependencies. If you install a package into your project and that package has further dependencies then all transitive packages are included in the packages.config. There is no way to tell which packages are only transitive dependencies. Even more importantly: If two packages reference conflicting versions of a package, NuGet will silently take the latest version (read more). You have no control over this process. Paket on the other hand maintains this information on a consistent and stable basis within the paket.lock file in the solution root. This file, together with the paket.dependencies file enables you to determine exactly what's happening with your dependencies. Paket also enables you to reference files directly from git repositories or any http-resource. For more reasons see the FAQ. Online resources Source code Documentation Getting started guide Download paket.exe Download paket.bootstrapper.exe Troubleshooting and support Found a bug or missing a feature? Feed the issue tracker. Announcements and related miscellanea through Twitter (@PaketManager) Quick contributing guide Fork and clone locally. Build the solution with Visual Studio, build.cmd or build.sh. Create a topic specific branch in git. Add a nice feature in the code. Do not forget to add tests and/or docs. Run build.cmd (build.sh on Mono) to make sure all tests are still passing. When built, you'll find the binaries in ./bin which you can then test with locally, to ensure the bug or feature has been successfully implemented. Send a Pull Request. If you want to contribute to the docs then please modify the markdown files in /docs/content and send a pull request. Note, that short description and syntax for each command is generated automatically from the Paket.Commands module. License The MIT license Maintainer(s) @forki @agross @cloudroutine @matthid @isaacabraham @theimowski The default maintainer account for projects under "fsprojects" is @fsprojectsgit - F# Community Project Incubation Space (repo management) Product Versions Compatible and additional computed target framework versions. .NET net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. Compatible target framework(s) Included target framework(s) (in package) Learn more about Target Frameworks and .NET Standard. This package has no dependencies. Include prerelease Include vulnerable Include deprecated Version Downloads Last Updated 10.3.1 364,873 1/20/2026 10.2.1 4,466 1/19/2026 10.2.0 2,258 1/19/2026 10.1.1 2,192 1/19/2026 10.0.1 2,231 1/19/2026 10.0.0-alpha011 71,207 11/11/2025 10.0.0-alpha009 333 11/11/2025 10.0.0-alpha007 346 11/11/2025 10.0.0-alpha006 341 11/11/2025 10.0.0-alpha005 342 11/11/2025 10.0.0-alpha004 350 11/11/2025 10.0.0-alpha002 355 11/11/2025 9.0.2 1,182,538 11/19/2024 9.0.1 548,396 11/15/2024 9.0.0 41,548 11/13/2024 9.0.0-alpha001 294 11/13/2024 8.1.0-alpha004 4,002 6/19/2024 8.1.0-alpha002 2,541 3/14/2024 8.1.0-alpha001 759 1/31/2024 8.0.3 1,029,065 1/15/2024 Load more Loading failed REVERT: https://github.com/fsprojects/Paket/pull/4284 Downloads Full stats → Total 16.8M Current version 364.9K Per day average 17.8K About Last updated 1/20/2026 Project website Source repository MIT license Download package (8.63 MB) Open in NuGet Package Explorer Open in NuGet Trends Report package Owners Contact owners → agross sforkmann mavnn matthid fsprojects nuget bundler F# Contact Got questions about NuGet or the NuGet Gallery? Status Find out the service status of NuGet.org and its related services. FAQ Read the Frequently Asked Questions about NuGet and see if your question made the list. Microsoft 2026 - About - Terms of Use - Your Privacy Choices - Privacy Statement - Trademarks