Paket.Core 0.27.0-alpha014

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 0.27.0-alpha014
                    
NuGet\Install-Package Paket.Core -Version 0.27.0-alpha014
                    
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="0.27.0-alpha014" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Paket.Core" Version="0.27.0-alpha014" />
                    
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 0.27.0-alpha014
                    
#r "nuget: Paket.Core, 0.27.0-alpha014"
                    
#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@0.27.0-alpha014
                    
#: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=0.27.0-alpha014&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Paket.Core&version=0.27.0-alpha014&prerelease
                    
Install as a Cake Tool

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

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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 589 1/20/2026
10.2.1 122 1/19/2026
10.2.0 98 1/19/2026
10.1.1 123 1/19/2026
10.0.1 140 1/19/2026
10.0.0-alpha011 2,861 11/11/2025
10.0.0-alpha009 309 11/11/2025
10.0.0-alpha007 299 11/11/2025
10.0.0-alpha006 291 11/11/2025
10.0.0-alpha005 297 11/11/2025
10.0.0-alpha004 322 11/11/2025
10.0.0-alpha002 305 11/11/2025
9.0.2 6,355 11/19/2024
9.0.1 395 11/15/2024
9.0.0 13,210 11/13/2024
9.0.0-alpha001 200 11/13/2024
8.1.0-alpha004 6,522 6/19/2024
8.1.0-alpha002 309 3/14/2024
8.1.0-alpha001 287 1/31/2024
0.27.0-alpha014 1,764 2/7/2015
Loading failed

Allow to reference `.props` and `.targets` files - https://github.com/fsprojects/Paket/issues/516
Create a install function in the api which takes a `paket.dependencies` file as text - https://github.com/fsprojects/Paket/issues/576
Don't internalize in paket.exe during ILMerge
Allow to download from pre-authenticated MyGet feed - https://github.com/fsprojects/Paket/issues/466
BUGFIX: Fix `paket install --hard` for FSharp.Core - https://github.com/fsprojects/Paket/issues/579
BUGFIX: `paket convert-from-nuget` ignores casing when looking for nuget.targets - https://github.com/fsprojects/Paket/issues/580
BUGFIX: `paket install` correctly parses HTTP references - https://github.com/fsprojects/Paket/pull/571
BUGFIX: `paket.dependencies` parser fails if tokens are not valid
COSMETICS: Prerelease strings are checked if they contain operators