Paket 3.2.0-alpha006

This is a prerelease version of Paket.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Paket --version 3.2.0-alpha006
                    
NuGet\Install-Package Paket -Version 3.2.0-alpha006
                    
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="3.2.0-alpha006" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Paket" Version="3.2.0-alpha006" />
                    
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 3.2.0-alpha006
                    
#r "nuget: Paket, 3.2.0-alpha006"
                    
#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@3.2.0-alpha006
                    
#: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=3.2.0-alpha006&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Paket&version=3.2.0-alpha006&prerelease
                    
Install as a Cake Tool

A dependency manager for .NET with support for NuGet packages and git 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 96,291 1/20/2026
10.2.1 1,548 1/19/2026
10.2.0 931 1/19/2026
10.1.1 857 1/19/2026
10.0.1 883 1/19/2026
10.0.0-alpha011 40,008 11/11/2025
10.0.0-alpha009 292 11/11/2025
10.0.0-alpha007 302 11/11/2025
10.0.0-alpha006 296 11/11/2025
10.0.0-alpha005 294 11/11/2025
10.0.0-alpha004 296 11/11/2025
10.0.0-alpha002 310 11/11/2025
9.0.2 973,753 11/19/2024
9.0.1 383,062 11/15/2024
9.0.0 33,410 11/13/2024
9.0.0-alpha001 246 11/13/2024
8.1.0-alpha004 3,887 6/19/2024
8.1.0-alpha002 716 3/14/2024
8.1.0-alpha001 717 1/31/2024
3.2.0-alpha006 2,315 6/24/2016
Loading failed

Show out-of-sync error message if paket.lock is not matching paket.dependencies - https://github.com/fsprojects/Paket/issues/1750
BUGFIX: Dependency resolution for .NETFramework4.5 and .NETPortable0.0-wp8+netcore45+net45+wp81+wpa81 fixed - https://github.com/fsprojects/Paket/issues/1753
BUGFIX: Don't report warnings for packages that are not installed for current target framework - https://github.com/fsprojects/Paket/issues/1693
BUGFIX: Runtime deps are copied based on TargetFramework - https://github.com/fsprojects/Paket/issues/1751
BUGFIX: Do not take over control over manual nodes - https://github.com/fsprojects/Paket/issues/1746
BUGFIX: Better error message when log file is missing - https://github.com/fsprojects/Paket/issues/1743
BUGFIX: Create folder if needed during package extraction - https://github.com/fsprojects/Paket/issues/1741
BUGFIX: Simplify works with auto-detected target frameworks - https://github.com/fsprojects/Paket/pull/1740
BUGFIX: Make sure Guid in project reference is parsed well - https://github.com/fsprojects/Paket/pull/1738
BUGFIX: Added a username and password option scripting - https://github.com/fsprojects/Paket/pull/1736
BUGFIX: Trailing slash will be removed from credentials - https://github.com/fsprojects/Paket/pull/1735
COSMETICS: Add condition to AfterBuild target to unbreak nCrunch - https://github.com/fsprojects/Paket/pull/1734
BUGFIX: Ignore case in aliases dll names - https://github.com/fsprojects/Paket/pull/1733