Paket 5.0.0-alpha018

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 5.0.0-alpha018
                    
NuGet\Install-Package Paket -Version 5.0.0-alpha018
                    
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="5.0.0-alpha018" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Paket" Version="5.0.0-alpha018" />
                    
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 5.0.0-alpha018
                    
#r "nuget: Paket, 5.0.0-alpha018"
                    
#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@5.0.0-alpha018
                    
#: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=5.0.0-alpha018&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Paket&version=5.0.0-alpha018&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 72,701 1/20/2026
10.2.1 1,436 1/19/2026
10.2.0 822 1/19/2026
10.1.1 749 1/19/2026
10.0.1 768 1/19/2026
10.0.0-alpha011 35,117 11/11/2025
10.0.0-alpha009 292 11/11/2025
10.0.0-alpha007 301 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 310 11/11/2025
9.0.2 947,480 11/19/2024
9.0.1 368,264 11/15/2024
9.0.0 32,810 11/13/2024
9.0.0-alpha001 244 11/13/2024
8.1.0-alpha004 3,885 6/19/2024
8.1.0-alpha002 715 3/14/2024
8.1.0-alpha001 717 1/31/2024
5.0.0-alpha018 2,399 5/7/2017
Loading failed

BUGFIX: Fixed dotnetcore integration:
Paket now properly understands runtime and reference assemblies
Paket now understands the runtime graph and restores runtime dependencies
New API `InstallModel.GetRuntimeAssemblies` and `InstallModel.GetRuntimeLibraries` can be used to retrieve the correct assets for a particular RID and TFM
New command `paket generate-nuspec`
New Command: `FixNuspecs` - Can fix a list of nuspec files now
BREAKING CHANGE: Paket.PowerShell is no longer supported
BREAKING CHANGE: `InstallModel` API changed and Paket.Core.dll users might need to adapt
DEPRECATED: `FixNuspec` function is now obsolete, use `FixNuspecs` instead
PERFORMANCE: Improved performance for some edge case - https://github.com/fsprojects/Paket/pull/2299
BUGFIX: Improved C++ support
BUGFIX: Support .NET moniker "&gt;= monoandroid" - https://github.com/fsprojects/Paket/issues/2246
BUGFIX: Better dependencies file parser errors
BUGFIX: Paket now accepts multiple nuspec files in fix-nuspec - https://github.com/fsprojects/Paket/pull/2296
BUGFIX: Fixed pinning of .NETSTANDARD 1.6 packages - https://github.com/fsprojects/Paket/pull/2307
BUGFIX: Fixed bug with ignored argument of getPackageDetails - https://github.com/fsprojects/Paket/pull/2293
BUGFIX: HTTP dependency - strip query string to detect a file name - https://github.com/fsprojects/Paket/pull/2295
BUGFIX: Proper encoding "+" in package download url - https://github.com/fsprojects/Paket/pull/2288
BUGFIX: Paket failed when group is removed (or renamed) - https://github.com/fsprojects/Paket/pull/2281
BUGFIX: Filter .targets / .props earlier - https://github.com/fsprojects/Paket/pull/2286
USABILITY: Don't let build continue when paket failed - https://github.com/fsprojects/Paket/pull/2302