Paket.Core
3.4.0-alpha002
See the version list below for details.
dotnet add package Paket.Core --version 3.4.0-alpha002
NuGet\Install-Package Paket.Core -Version 3.4.0-alpha002
<PackageReference Include="Paket.Core" Version="3.4.0-alpha002" />
<PackageVersion Include="Paket.Core" Version="3.4.0-alpha002" />
<PackageReference Include="Paket.Core" />
paket add Paket.Core --version 3.4.0-alpha002
#r "nuget: Paket.Core, 3.4.0-alpha002"
#:package Paket.Core@3.4.0-alpha002
#addin nuget:?package=Paket.Core&version=3.4.0-alpha002&prerelease
#tool nuget:?package=Paket.Core&version=3.4.0-alpha002&prerelease
A dependency manager for .NET with support for NuGet packages and git repositories.
| Product | Versions 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. |
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 | 479 | 1/20/2026 |
| 10.2.1 | 117 | 1/19/2026 |
| 10.2.0 | 93 | 1/19/2026 |
| 10.1.1 | 118 | 1/19/2026 |
| 10.0.1 | 134 | 1/19/2026 |
| 10.0.0-alpha011 | 2,586 | 11/11/2025 |
| 10.0.0-alpha009 | 304 | 11/11/2025 |
| 10.0.0-alpha007 | 291 | 11/11/2025 |
| 10.0.0-alpha006 | 286 | 11/11/2025 |
| 10.0.0-alpha005 | 290 | 11/11/2025 |
| 10.0.0-alpha004 | 312 | 11/11/2025 |
| 10.0.0-alpha002 | 299 | 11/11/2025 |
| 9.0.2 | 6,105 | 11/19/2024 |
| 9.0.1 | 392 | 11/15/2024 |
| 9.0.0 | 13,201 | 11/13/2024 |
| 9.0.0-alpha001 | 198 | 11/13/2024 |
| 8.1.0-alpha004 | 6,486 | 6/19/2024 |
| 8.1.0-alpha002 | 305 | 3/14/2024 |
| 8.1.0-alpha001 | 282 | 1/31/2024 |
| 3.4.0-alpha002 | 1,821 | 6/29/2016 |
Using Argu 3 alpha channel
BUGFIX: Added handling for cache not being accessible - https://github.com/fsprojects/Paket/pull/1764
BUGFIX: Fixed out-of-date check for remote files - https://github.com/fsprojects/Paket/issues/1760, https://github.com/fsprojects/Paket/issues/1762, https://github.com/fsprojects/Paket/issues/1766
BUGFIX: Using network cache with invalid credentials should not fail restore - https://github.com/fsprojects/Paket/issues/1758
BUGFIX: Make the copy task more robust if we can't parse target framework - https://github.com/fsprojects/Paket/issues/1756
USABILITY: Show out-of-sync warning message if paket.lock is not matching paket.dependencies - https://github.com/fsprojects/Paket/issues/1750
COSMETICS: Don't trace download of remote files twice