Paket 2.52.0
See the version list below for details.
dotnet add package Paket --version 2.52.0
NuGet\Install-Package Paket -Version 2.52.0
<PackageReference Include="Paket" Version="2.52.0" />
<PackageVersion Include="Paket" Version="2.52.0" />
<PackageReference Include="Paket" />
paket add Paket --version 2.52.0
#r "nuget: Paket, 2.52.0"
#:package Paket@2.52.0
#addin nuget:?package=Paket&version=2.52.0
#tool nuget:?package=Paket&version=2.52.0
A package dependency manager for .NET with support for NuGet packages and GitHub repositories.
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 | 234,869 | 1/20/2026 |
| 10.2.1 | 2,694 | 1/19/2026 |
| 10.2.0 | 1,655 | 1/19/2026 |
| 10.1.1 | 1,604 | 1/19/2026 |
| 10.0.1 | 1,622 | 1/19/2026 |
| 10.0.0-alpha011 | 60,702 | 11/11/2025 |
| 10.0.0-alpha009 | 317 | 11/11/2025 |
| 10.0.0-alpha007 | 322 | 11/11/2025 |
| 10.0.0-alpha006 | 316 | 11/11/2025 |
| 10.0.0-alpha005 | 314 | 11/11/2025 |
| 10.0.0-alpha004 | 324 | 11/11/2025 |
| 10.0.0-alpha002 | 334 | 11/11/2025 |
| 9.0.2 | 1,098,757 | 11/19/2024 |
| 9.0.1 | 472,015 | 11/15/2024 |
| 9.0.0 | 37,949 | 11/13/2024 |
| 9.0.0-alpha001 | 271 | 11/13/2024 |
| 8.1.0-alpha004 | 3,954 | 6/19/2024 |
| 8.1.0-alpha002 | 956 | 3/14/2024 |
| 8.1.0-alpha001 | 747 | 1/31/2024 |
| 2.52.0 | 3,671 | 3/10/2016 |
Allow to restore dll from remote dependencies file - https://github.com/fsprojects/Paket/issues/1507
Prevent paket holding locks on assemblies during binding redirects - https://github.com/fsprojects/Paket/pull/1492
ProjectFile.save with forceTouch to only modify the last write time without content if unchanged - https://github.com/fsprojects/Paket/pull/1493
BUGFIX: Don't accept "Unsupported0.0" as full framework - https://github.com/fsprojects/Paket/issues/1494
BUGFIX: Revert 1487 - https://github.com/fsprojects/Paket/issues/1487
BUGFIX: Fall back to v2 for VSTS - https://github.com/fsprojects/Paket/issues/1496
BUGFIX: Fixed duplicate frameworks during auto-detection - https://github.com/fsprojects/Paket/issues/1500
BUGFIX: Fixed conditional references created for group dependencies - https://github.com/fsprojects/Paket/issues/1505
BUGFIX: Fixed parsing error in lock file parser - https://github.com/fsprojects/Paket/issues/1500
BUGFIX: Merge Chessie into PowerShell package - https://github.com/fsprojects/Paket/issues/1499
BUGFIX: Make v3 API more robust
BUGFIX: Do not install packages with same version from different groups twice - https://github.com/fsprojects/Paket/issues/1458
BUGFIX: When adding framework specification to paket.dependencies .props include was moved to the bottom of csproj file - https://github.com/fsprojects/Paket/issues/1487
BUGFIX: Allow to use LOCKEDVERSION with packages that are not in main group - https://github.com/fsprojects/Paket/issues/1483
USABILITY: only complain about missing references if there are references at all