Paket.Core 5.0.0-rc009

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 5.0.0-rc009
                    
NuGet\Install-Package Paket.Core -Version 5.0.0-rc009
                    
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="5.0.0-rc009" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Paket.Core" Version="5.0.0-rc009" />
                    
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 5.0.0-rc009
                    
#r "nuget: Paket.Core, 5.0.0-rc009"
                    
#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@5.0.0-rc009
                    
#: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=5.0.0-rc009&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Paket.Core&version=5.0.0-rc009&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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.6 is compatible.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 261 1/20/2026
10.2.1 113 1/19/2026
10.2.0 89 1/19/2026
10.1.1 112 1/19/2026
10.0.1 126 1/19/2026
10.0.0-alpha011 2,368 11/11/2025
10.0.0-alpha009 301 11/11/2025
10.0.0-alpha007 287 11/11/2025
10.0.0-alpha006 283 11/11/2025
10.0.0-alpha005 288 11/11/2025
10.0.0-alpha004 308 11/11/2025
10.0.0-alpha002 296 11/11/2025
9.0.2 5,867 11/19/2024
9.0.1 388 11/15/2024
9.0.0 13,183 11/13/2024
9.0.0-alpha001 194 11/13/2024
8.1.0-alpha004 6,378 6/19/2024
8.1.0-alpha002 300 3/14/2024
8.1.0-alpha001 277 1/31/2024
5.0.0-rc009 1,736 6/14/2017
Loading failed

New command `paket generate-nuspec`
New Command: `FixNuspecs` - Can fix a list of nuspec files now
BREAKING CHANGE: Paket simplify no longer support simplifying restrictions (https://github.com/fsprojects/Paket/pull/2336)
BREAKING CHANGE: Paket.PowerShell is no longer supported
BREAKING CHANGE: `InstallModel` API changed and Paket.Core.dll users might need to adapt
New restriction system (https://github.com/fsprojects/Paket/pull/2336):
Paket is now more accurate in calculating restrictions and referencing libraries
Paket will convert (lock-)files to a new syntax (but still understands the old syntax)
This should fix a bunch of edge cases and invalid behavior in combination with portable profiles and netstandard
Add support for net403 (required for some portable profiles)
PERFORMANCE: Improved performance by pre-loading requests (https://github.com/fsprojects/Paket/pull/2336)
PERFORMANCE: Report performance in a more detailed way (https://github.com/fsprojects/Paket/pull/2336)
PERFORMANCE: Improved performance for some edge case - https://github.com/fsprojects/Paket/pull/2299
PERFORMANCE: Limit the number of concurrent requests to 7 (https://github.com/fsprojects/Paket/pull/2362)
PERFORMANCE: Report how often the pre-loading feature worked (https://github.com/fsprojects/Paket/pull/2362)
PERFORMANCE: Request queue can now re-prioritize on-demand (https://github.com/fsprojects/Paket/pull/2362)
PERFOMANCE: Much faster paket pack https://github.com/fsprojects/Paket/pull/2409
DEPRECATED: `FixNuspec` function is now obsolete, use `FixNuspecs` instead
DEPRECATED: /package-versions API was deprecated for lookup from NuGet team - https://github.com/fsprojects/Paket/pull/2420
BUGFIX: Better hash checks in bootstrapper - https://github.com/fsprojects/Paket/pull/2368
BUGFIX: Improved C++ support
BUGFIX: Fix Conditional Group Dependencies not working as expected - https://github.com/fsprojects/Paket/pull/2335
BUGFIX: Treat runtime dependencies as transitive deps - https://github.com/fsprojects/Paket/issues/2334
BUGFIX: Sort dependencies on obj/references files - https://github.com/fsprojects/Paket/issues/2310
BUGFIX: Support .NET moniker "&gt;= monoandroid" - https://github.com/fsprojects/Paket/issues/2246
BUGFIX: Paket pack was placing two copies of the project binary to the package - https://github.com/fsprojects/Paket/issues/2421
BUGFIX: Better dependencies file parser errors
BUGFIX: "Dotnet restore" failed on .netstandard projects under 1.6 - https://github.com/fsprojects/Paket/issues/2243
BUGFIX: Paket now accepts multiple nuspec files in fix-nuspec - https://github.com/fsprojects/Paket/pull/2296
BUGFIX: Fixed pinning of .NETSTANDARD 1.6 packages - https://github.com/fsprojects/Paket/pull/2307
BUGFIX: Fixed bug with ignored argument of getPackageDetails - https://github.com/fsprojects/Paket/pull/2293
BUGFIX: HTTP dependency - strip query string to detect a file name - https://github.com/fsprojects/Paket/pull/2295
BUGFIX: Proper encoding "+" in package download url - https://github.com/fsprojects/Paket/pull/2288
BUGFIX: Paket failed when group is removed (or renamed) - https://github.com/fsprojects/Paket/pull/2281
BUGFIX: Filter .targets / .props earlier - https://github.com/fsprojects/Paket/pull/2286
BUGFIX: Downgrade to tooling 1.0 (https://github.com/fsprojects/Paket/pull/2380)
BUGFIX: Paket added too many targets and props (https://github.com/fsprojects/Paket/pull/2388)
BUGFIX: Paket failed with: String cannot be of zero length (https://github.com/fsprojects/Paket/pull/2407)
BOOTSTRAPPER: Don't crash in DownloadHashFile (https://github.com/fsprojects/Paket/pull/2376)
BOOTSTRAPPER: Search harder for the paket.dependencies file (https://github.com/fsprojects/Paket/pull/2384)
USABILITY: Don't let build continue when paket failed - https://github.com/fsprojects/Paket/pull/2302
Using NuGet's new SemVer 2 support - https://github.com/fsprojects/Paket/pull/2402
make xamarin stuff work with netstandard (https://github.com/fsprojects/Paket/pull/2396).
Support for SpecificVersion attribute on assembly references - https://github.com/fsprojects/Paket/pull/2413
Cleanup https://github.com/fsprojects/Paket/pull/2412 https://github.com/fsprojects/Paket/pull/2410
Internals: Started proper dotnetcore integration (disabled by default, can be enabled via setting `PAKET_DISABLE_RUNTIME_RESOLUTION` to `false`):
Paket now properly understands runtime and reference assemblies
Paket now understands the runtime graph and restores runtime dependencies
New API `InstallModel.GetRuntimeAssemblies` and `InstallModel.GetRuntimeLibraries` can be used to retrieve the correct assets for a particular RID and TFM