Paket.Core 0.20.0-alpha007

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.20.0-alpha007
                    
NuGet\Install-Package Paket.Core -Version 0.20.0-alpha007
                    
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.20.0-alpha007" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Paket.Core" Version="0.20.0-alpha007" />
                    
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.20.0-alpha007
                    
#r "nuget: Paket.Core, 0.20.0-alpha007"
                    
#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.20.0-alpha007
                    
#: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.20.0-alpha007&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Paket.Core&version=0.20.0-alpha007&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 871 1/20/2026
10.2.1 143 1/19/2026
10.2.0 111 1/19/2026
10.1.1 137 1/19/2026
10.0.1 152 1/19/2026
10.0.0-alpha011 3,918 11/11/2025
10.0.0-alpha009 317 11/11/2025
10.0.0-alpha007 307 11/11/2025
10.0.0-alpha006 303 11/11/2025
10.0.0-alpha005 306 11/11/2025
10.0.0-alpha004 333 11/11/2025
10.0.0-alpha002 309 11/11/2025
9.0.2 6,845 11/19/2024
9.0.1 402 11/15/2024
9.0.0 13,238 11/13/2024
9.0.0-alpha001 206 11/13/2024
8.1.0-alpha004 6,779 6/19/2024
8.1.0-alpha002 316 3/14/2024
8.1.0-alpha001 295 1/31/2024
0.20.0-alpha007 2,178 12/23/2014
Loading failed

Paket.exe acuires a lock for all write processes - https://github.com/fsprojects/Paket/pull/469
Inherit selective depencies and store the result in `paket.lock` - https://github.com/fsprojects/Paket/pull/462
Don't add NuGet packages twice to a references file - https://github.com/fsprojects/Paket/pull/460
Fallback to config auth if environment variables are empty - https://github.com/fsprojects/Paket/pull/459
Remove parsing of invalid child element of ProjectReference - https://github.com/fsprojects/Paket/pull/453
Better handling for multiple files from same repository - https://github.com/fsprojects/Paket/pull/451
`>= 0` version range simplified to empty string - https://github.com/fsprojects/Paket/pull/449
Extend Public API for plugin
Allow to extract PackageId
BUGFIX: Use Max strategy for `paket outdated --ingore-constraints` - https://github.com/fsprojects/Paket/pull/463
BUGFIX: Don't delete downloaded github zip file
BUGFIX: Don't touch framework assemblies if not needed
BUGFIX: Check versions file synchronously
BUGFIX: Restore console color after handling exception - https://github.com/fsprojects/Paket/pull/467