Paket.Core 3.2.0-alpha005

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

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

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Paket.Core:

Package Downloads
Fake.Runtime

FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#.

dotnet-fake

FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#.

Tfs.Build.Paket

A set of TFS build tasks around getting and using paket

Queil.FSharp.DependencyManager.Paket

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.3.1 272 1/20/2026
10.2.1 114 1/19/2026
10.2.0 90 1/19/2026
10.1.1 113 1/19/2026
10.0.1 127 1/19/2026
10.0.0-alpha011 2,401 11/11/2025
10.0.0-alpha009 302 11/11/2025
10.0.0-alpha007 289 11/11/2025
10.0.0-alpha006 285 11/11/2025
10.0.0-alpha005 289 11/11/2025
10.0.0-alpha004 310 11/11/2025
10.0.0-alpha002 297 11/11/2025
9.0.2 5,873 11/19/2024
9.0.1 388 11/15/2024
9.0.0 13,184 11/13/2024
9.0.0-alpha001 194 11/13/2024
8.1.0-alpha004 6,379 6/19/2024
8.1.0-alpha002 301 3/14/2024
8.1.0-alpha001 278 1/31/2024
3.2.0-alpha005 1,834 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: 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