FSharp.DependencyManager.Paket 7.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package FSharp.DependencyManager.Paket --version 7.2.1
                    
NuGet\Install-Package FSharp.DependencyManager.Paket -Version 7.2.1
                    
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="FSharp.DependencyManager.Paket" Version="7.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FSharp.DependencyManager.Paket" Version="7.2.1" />
                    
Directory.Packages.props
<PackageReference Include="FSharp.DependencyManager.Paket" />
                    
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 FSharp.DependencyManager.Paket --version 7.2.1
                    
#r "nuget: FSharp.DependencyManager.Paket, 7.2.1"
                    
#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.
#addin nuget:?package=FSharp.DependencyManager.Paket&version=7.2.1
                    
Install as a Cake Addin
#tool nuget:?package=FSharp.DependencyManager.Paket&version=7.2.1
                    
Install as a Cake Tool

Travis build status Appveyor Build status NuGet Status Join the chat at https://gitter.im/fsprojects/Paket Twitter

Paket

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

Why Paket?

NuGet did not separate out the concept of transitive dependencies. If you install a package into your project and that package has further dependencies then all transitive packages are included in the packages.config. There is no way to tell which packages are only transitive dependencies.

Even more importantly: If two packages reference conflicting versions of a package, NuGet will silently take the latest version (read more). You have no control over this process.

Paket on the other hand maintains this information on a consistent and stable basis within the paket.lock file in the solution root. This file, together with the paket.dependencies file enables you to determine exactly what's happening with your dependencies.

Paket also enables you to reference files directly from git repositories or any http-resource.

For more reasons see the FAQ.

Online resources

Troubleshooting and support

Prerequisites

Windows

Linux

  • up-to-date Mono (>= 5.0 required, >= 5.2 recommended, just install the latest nightly)
  • up-to-date MSBuild (>= 15.0, support for "Directory.Build.props" required)

On most distros, it should be enough to follow this guide and install mono-devel, which contains MSBuild. Note: if the paket build script fails at paket restore just rerun it a few times until it succeeds.

Quick contributing guide

  • Fork and clone locally.
  • Build the solution with Visual Studio, build.cmd or build.sh.
  • Create a topic specific branch in git. Add a nice feature in the code. Do not forget to add tests and/or docs.
  • Run build.cmd (build.sh on Mono) to make sure all tests are still passing.
  • When built, you'll find the binaries in ./bin which you can then test with locally, to ensure the bug or feature has been successfully implemented.
  • Send a Pull Request.

If you want to contribute to the docs then please modify the markdown files in /docs/content and send a pull request. Note, that short description and syntax for each command is generated automatically from the Paket.Commands module.

License

The MIT license

Maintainer(s)

The default maintainer account for projects under "fsprojects" is @fsprojectsgit - F# Community Project Incubation Space (repo management)

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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework 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 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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.0.2 143 11/19/2024
9.0.1 112 11/15/2024
9.0.0 122 11/13/2024
9.0.0-alpha001 83 11/13/2024
8.1.0-alpha004 102 6/19/2024
8.1.0-alpha002 106 3/14/2024
8.1.0-alpha001 107 1/31/2024
8.0.3 233 1/15/2024
8.0.0 242 11/14/2023
8.0.0-alpha006 120 11/14/2023
8.0.0-alpha005 110 11/14/2023
8.0.0-alpha004 107 11/14/2023
8.0.0-alpha003 105 11/14/2023
8.0.0-alpha002 155 7/16/2023
8.0.0-alpha001 135 7/16/2023
7.2.1 329 3/3/2023
7.2.0 398 11/18/2022
7.2.0-alpha006 149 11/18/2022
7.2.0-alpha005 170 11/18/2022
7.2.0-alpha004 161 11/18/2022
7.2.0-alpha003 162 11/18/2022
7.2.0-alpha001 200 6/22/2022
7.1.5 651 4/22/2022
7.1.4 478 4/10/2022
7.1.3 481 3/30/2022
7.1.2 484 3/29/2022
7.0.2 514 3/1/2022
7.0.1 481 3/1/2022
7.0.0 872 3/1/2022
7.0.0-alpha019 204 2/20/2022
7.0.0-alpha018 208 2/17/2022
7.0.0-alpha017 213 2/17/2022
7.0.0-alpha016 211 2/9/2022
7.0.0-alpha014 211 2/9/2022
7.0.0-alpha013 211 2/8/2022
7.0.0-alpha011 207 2/7/2022
7.0.0-alpha010 207 2/7/2022
7.0.0-alpha009 199 2/7/2022
7.0.0-alpha008 206 2/6/2022
7.0.0-alpha007 213 2/6/2022
7.0.0-alpha006 218 2/5/2022
7.0.0-alpha005 219 2/5/2022
7.0.0-alpha004 222 2/5/2022
7.0.0-alpha003 273 11/9/2021
7.0.0-alpha002 276 11/8/2021
7.0.0-alpha001 282 11/8/2021
6.2.1 662 10/13/2021
6.2.0 388 10/13/2021
6.1.3 426 9/17/2021
6.1.2 439 9/16/2021
6.1.1 455 9/16/2021
6.1.0 386 9/14/2021
6.0.13 920 8/31/2021
6.0.12 400 8/31/2021
6.0.9 418 8/30/2021
6.0.8 418 8/30/2021
6.0.7 449 8/24/2021
6.0.6 429 8/16/2021
6.0.5 434 8/16/2021
6.0.4 459 8/14/2021
6.0.3 432 8/9/2021
6.0.2 415 8/9/2021
6.0.1 442 8/9/2021
6.0.0 447 8/9/2021
6.0.0-rc011 308 8/4/2021
6.0.0-rc010 338 8/4/2021
6.0.0-rc009 342 8/4/2021
6.0.0-rc008 292 8/4/2021
6.0.0-rc007 377 7/30/2021
6.0.0-rc006 322 7/3/2021
6.0.0-rc005 320 7/2/2021
6.0.0-rc004 318 6/24/2021
6.0.0-rc003 326 6/23/2021
6.0.0-rc002 289 6/13/2021
6.0.0-rc001 326 5/3/2021
6.0.0-beta9 426 4/13/2021
6.0.0-beta8 1,163 12/13/2020
6.0.0-beta7 963 12/12/2020
6.0.0-beta6 345 12/12/2020
6.0.0-beta5 371 12/12/2020
6.0.0-beta4 396 12/2/2020
6.0.0-beta3 359 11/24/2020
6.0.0-beta2 373 11/23/2020
6.0.0-beta11 340 5/3/2021
6.0.0-beta10 314 4/23/2021
6.0.0-beta1 370 11/22/2020
6.0.0-alpha055 387 11/17/2020
6.0.0-alpha054 405 11/12/2020
6.0.0-alpha053 374 11/12/2020
6.0.0-alpha051 487 11/8/2020
6.0.0-alpha050 423 10/22/2020
6.0.0-alpha049 389 10/22/2020
6.0.0-alpha048 384 10/22/2020
6.0.0-alpha047 396 10/22/2020

BUGFIX: Increase process lock trials from 100 to 500 to support dotnet restore on larger solutions - https://github.com/fsprojects/Paket/pull/4203