Paket 2.26.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Paket --version 2.26.0
                    
NuGet\Install-Package Paket -Version 2.26.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Paket" Version="2.26.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Paket" Version="2.26.0" />
                    
Directory.Packages.props
<PackageReference Include="Paket" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Paket --version 2.26.0
                    
#r "nuget: Paket, 2.26.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Paket@2.26.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Paket&version=2.26.0
                    
Install as a Cake Addin
#tool nuget:?package=Paket&version=2.26.0
                    
Install as a Cake Tool

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Paket:

Package Downloads
CryptoExchangeClient

Clients for multiple cryptocurrency exchanges. All clients have a shared interface for common actions.

CommandLine-NetStandard

Package Description

GPS.SimpleServiceServer

Simple Service Server that is extensible and allows hosting of any kind of service.

GPS.SimplePerformanceCounters

GPS.SimplePerformanceCounters library.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.3.1 67,152 1/20/2026
10.2.1 1,407 1/19/2026
10.2.0 793 1/19/2026
10.1.1 720 1/19/2026
10.0.1 736 1/19/2026
10.0.0-alpha011 34,044 11/11/2025
10.0.0-alpha009 291 11/11/2025
10.0.0-alpha007 300 11/11/2025
10.0.0-alpha006 295 11/11/2025
10.0.0-alpha005 292 11/11/2025
10.0.0-alpha004 294 11/11/2025
10.0.0-alpha002 307 11/11/2025
9.0.2 940,781 11/19/2024
9.0.1 363,445 11/15/2024
9.0.0 32,610 11/13/2024
9.0.0-alpha001 243 11/13/2024
8.1.0-alpha004 3,882 6/19/2024
8.1.0-alpha002 714 3/14/2024
8.1.0-alpha001 717 1/31/2024
2.26.0 2,951 11/18/2015
Loading failed

Try all 4 NuGet APIs for "GetPackageDetails" in parallel - https://github.com/fsprojects/Paket/issues/1225
BUGFIX: Better parsing of framework restrictions - https://github.com/fsprojects/Paket/issues/1232
BUGFIX: Fix props files - https://github.com/fsprojects/Paket/issues/1233
BUGFIX: Detect AssemblyName from project file name if empty - https://github.com/fsprojects/Paket/issues/1234
BUGFIX: Fixed issue with V3 feeds doing api requests even when the paket.lock is fully specified - https://github.com/fsprojects/Paket/pull/1231
BUGFIX: Update ProjectFile.GetTargetProfile to work with conditional nodes - https://github.com/fsprojects/Paket/pull/1227
BUGFIX: Putting .targets import on correct location in project files - https://github.com/fsprojects/Paket/issues/1226
BUGFIX: Putting braces around OData conditions to work around ProGet issues - https://github.com/fsprojects/Paket/issues/1225
USABILITY: Always write nomalized version into lock file to keep the lockfile as stable as possible
USABILITY: Always try 3 times to download and extract a package
USABILITY: Sets default resolver strategy for convert from nuget to None - https://github.com/fsprojects/Paket/pull/1228