Paket.Core
0.20.0-alpha014
See the version list below for details.
dotnet add package Paket.Core --version 0.20.0-alpha014
NuGet\Install-Package Paket.Core -Version 0.20.0-alpha014
<PackageReference Include="Paket.Core" Version="0.20.0-alpha014" />
<PackageVersion Include="Paket.Core" Version="0.20.0-alpha014" />
<PackageReference Include="Paket.Core" />
paket add Paket.Core --version 0.20.0-alpha014
#r "nuget: Paket.Core, 0.20.0-alpha014"
#:package Paket.Core@0.20.0-alpha014
#addin nuget:?package=Paket.Core&version=0.20.0-alpha014&prerelease
#tool nuget:?package=Paket.Core&version=0.20.0-alpha014&prerelease
A package dependency manager for .NET with support for NuGet packages and GitHub repositories.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
-
- DotNetZip (>= 1.9.3)
- FSharp.Core (>= 3.1.2.1)
- Newtonsoft.Json (>= 6.0.7)
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 | 547 | 1/20/2026 |
| 10.2.1 | 119 | 1/19/2026 |
| 10.2.0 | 96 | 1/19/2026 |
| 10.1.1 | 121 | 1/19/2026 |
| 10.0.1 | 137 | 1/19/2026 |
| 10.0.0-alpha011 | 2,698 | 11/11/2025 |
| 10.0.0-alpha009 | 307 | 11/11/2025 |
| 10.0.0-alpha007 | 295 | 11/11/2025 |
| 10.0.0-alpha006 | 289 | 11/11/2025 |
| 10.0.0-alpha005 | 294 | 11/11/2025 |
| 10.0.0-alpha004 | 319 | 11/11/2025 |
| 10.0.0-alpha002 | 303 | 11/11/2025 |
| 9.0.2 | 6,221 | 11/19/2024 |
| 9.0.1 | 394 | 11/15/2024 |
| 9.0.0 | 13,205 | 11/13/2024 |
| 9.0.0-alpha001 | 199 | 11/13/2024 |
| 8.1.0-alpha004 | 6,500 | 6/19/2024 |
| 8.1.0-alpha002 | 308 | 3/14/2024 |
| 8.1.0-alpha001 | 284 | 1/31/2024 |
| 0.20.0-alpha014 | 1,963 | 12/29/2014 |
`paket install` performs a selective update based on the changes in the dependencies file - https://github.com/fsprojects/Paket/pull/474
Paket.exe acuires a lock for all write processes - https://github.com/fsprojects/Paket/pull/469
New command to add credentials - https://github.com/fsprojects/Paket/pull/458
Inherit selective dependencies 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
Paket.exe and paket.bootstrapper.exe have a logo - https://github.com/fsprojects/Paket/pull/473
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: Cannot install nuget packages from local TeamCity feeds due to proxy - https://github.com/fsprojects/Paket/pull/482
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