Paket 2.0.0-beta004

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 2.0.0-beta004
                    
NuGet\Install-Package Paket -Version 2.0.0-beta004
                    
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.0.0-beta004" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Paket" Version="2.0.0-beta004" />
                    
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.0.0-beta004
                    
#r "nuget: Paket, 2.0.0-beta004"
                    
#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.0.0-beta004
                    
#: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.0.0-beta004&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Paket&version=2.0.0-beta004&prerelease
                    
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 310,861 1/20/2026
10.2.1 3,744 1/19/2026
10.2.0 2,106 1/19/2026
10.1.1 2,040 1/19/2026
10.0.1 2,074 1/19/2026
10.0.0-alpha011 67,967 11/11/2025
10.0.0-alpha009 330 11/11/2025
10.0.0-alpha007 338 11/11/2025
10.0.0-alpha006 335 11/11/2025
10.0.0-alpha005 336 11/11/2025
10.0.0-alpha004 345 11/11/2025
10.0.0-alpha002 350 11/11/2025
9.0.2 1,148,701 11/19/2024
9.0.1 515,573 11/15/2024
9.0.0 40,085 11/13/2024
9.0.0-alpha001 289 11/13/2024
8.1.0-alpha004 3,999 6/19/2024
8.1.0-alpha002 2,369 3/14/2024
8.1.0-alpha001 758 1/31/2024
2.0.0-beta004 2,677 9/3/2015
Loading failed

Support for `Dependency groups` in paket.dependencies files - https://fsprojects.github.io/Paket/groups.html
Support for Roslyn-based analyzers - https://fsprojects.github.io/Paket/analyzers.html
Support for reference conditions - https://github.com/fsprojects/Paket/issues/1026