FSharp.DependencyManager.Paket
7.0.0-alpha006
See the version list below for details.
dotnet add package FSharp.DependencyManager.Paket --version 7.0.0-alpha006
NuGet\Install-Package FSharp.DependencyManager.Paket -Version 7.0.0-alpha006
<PackageReference Include="FSharp.DependencyManager.Paket" Version="7.0.0-alpha006" />
paket add FSharp.DependencyManager.Paket --version 7.0.0-alpha006
#r "nuget: FSharp.DependencyManager.Paket, 7.0.0-alpha006"
// Install FSharp.DependencyManager.Paket as a Cake Addin #addin nuget:?package=FSharp.DependencyManager.Paket&version=7.0.0-alpha006&prerelease // Install FSharp.DependencyManager.Paket as a Cake Tool #tool nuget:?package=FSharp.DependencyManager.Paket&version=7.0.0-alpha006&prerelease
Paket
A dependency manager for .NET with support for NuGet packages and git repositories.
Why Paket?
NuGet does 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
- Source code
- Documentation
- Getting started guide
- Download paket.exe
- Download paket.bootstrapper.exe
Troubleshooting and support
- Found a bug or missing a feature? Feed the issue tracker.
- Announcements and related miscellanea through Twitter (@PaketManager)
Prerequisites
Windows
- As of https://github.com/fsprojects/Paket/pull/2664, paket now automatically bootstraps all required dependencies and builds on a clean windows installation.
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
orbuild.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 | Versions 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. |
.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. |
-
.NETStandard 2.0
- FSharp.Core (>= 5.0.0)
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 |
---|---|---|
8.1.0-alpha004 | 86 | 6/19/2024 |
8.1.0-alpha002 | 91 | 3/14/2024 |
8.1.0-alpha001 | 91 | 1/31/2024 |
8.0.3 | 209 | 1/15/2024 |
8.0.0 | 228 | 11/14/2023 |
8.0.0-alpha006 | 106 | 11/14/2023 |
8.0.0-alpha005 | 95 | 11/14/2023 |
8.0.0-alpha004 | 96 | 11/14/2023 |
8.0.0-alpha003 | 94 | 11/14/2023 |
8.0.0-alpha002 | 135 | 7/16/2023 |
8.0.0-alpha001 | 115 | 7/16/2023 |
7.2.1 | 296 | 3/3/2023 |
7.2.0 | 356 | 11/18/2022 |
7.2.0-alpha006 | 115 | 11/18/2022 |
7.2.0-alpha005 | 133 | 11/18/2022 |
7.2.0-alpha004 | 129 | 11/18/2022 |
7.2.0-alpha003 | 128 | 11/18/2022 |
7.2.0-alpha001 | 158 | 6/22/2022 |
7.1.5 | 590 | 4/22/2022 |
7.1.4 | 428 | 4/10/2022 |
7.1.3 | 426 | 3/30/2022 |
7.1.2 | 434 | 3/29/2022 |
7.0.2 | 460 | 3/1/2022 |
7.0.1 | 429 | 3/1/2022 |
7.0.0 | 809 | 3/1/2022 |
7.0.0-alpha019 | 155 | 2/20/2022 |
7.0.0-alpha018 | 162 | 2/17/2022 |
7.0.0-alpha017 | 162 | 2/17/2022 |
7.0.0-alpha016 | 161 | 2/9/2022 |
7.0.0-alpha014 | 164 | 2/9/2022 |
7.0.0-alpha013 | 164 | 2/8/2022 |
7.0.0-alpha011 | 161 | 2/7/2022 |
7.0.0-alpha010 | 160 | 2/7/2022 |
7.0.0-alpha009 | 151 | 2/7/2022 |
7.0.0-alpha008 | 160 | 2/6/2022 |
7.0.0-alpha007 | 163 | 2/6/2022 |
7.0.0-alpha006 | 169 | 2/5/2022 |
7.0.0-alpha005 | 169 | 2/5/2022 |
7.0.0-alpha004 | 170 | 2/5/2022 |
7.0.0-alpha003 | 226 | 11/9/2021 |
7.0.0-alpha002 | 226 | 11/8/2021 |
7.0.0-alpha001 | 232 | 11/8/2021 |
6.2.1 | 607 | 10/13/2021 |
6.2.0 | 334 | 10/13/2021 |
6.1.3 | 369 | 9/17/2021 |
6.1.2 | 380 | 9/16/2021 |
6.1.1 | 392 | 9/16/2021 |
6.1.0 | 332 | 9/14/2021 |
6.0.13 | 864 | 8/31/2021 |
6.0.12 | 345 | 8/31/2021 |
6.0.9 | 363 | 8/30/2021 |
6.0.8 | 364 | 8/30/2021 |
6.0.7 | 391 | 8/24/2021 |
6.0.6 | 372 | 8/16/2021 |
6.0.5 | 377 | 8/16/2021 |
6.0.4 | 396 | 8/14/2021 |
6.0.3 | 376 | 8/9/2021 |
6.0.2 | 362 | 8/9/2021 |
6.0.1 | 386 | 8/9/2021 |
6.0.0 | 389 | 8/9/2021 |
6.0.0-rc011 | 262 | 8/4/2021 |
6.0.0-rc010 | 288 | 8/4/2021 |
6.0.0-rc009 | 292 | 8/4/2021 |
6.0.0-rc008 | 240 | 8/4/2021 |
6.0.0-rc007 | 329 | 7/30/2021 |
6.0.0-rc006 | 273 | 7/3/2021 |
6.0.0-rc005 | 267 | 7/2/2021 |
6.0.0-rc004 | 271 | 6/24/2021 |
6.0.0-rc003 | 274 | 6/23/2021 |
6.0.0-rc002 | 237 | 6/13/2021 |
6.0.0-rc001 | 275 | 5/3/2021 |
6.0.0-beta9 | 372 | 4/13/2021 |
6.0.0-beta8 | 1,102 | 12/13/2020 |
6.0.0-beta7 | 902 | 12/12/2020 |
6.0.0-beta6 | 284 | 12/12/2020 |
6.0.0-beta5 | 306 | 12/12/2020 |
6.0.0-beta4 | 324 | 12/2/2020 |
6.0.0-beta3 | 296 | 11/24/2020 |
6.0.0-beta2 | 312 | 11/23/2020 |
6.0.0-beta11 | 287 | 5/3/2021 |
6.0.0-beta10 | 254 | 4/23/2021 |
6.0.0-beta1 | 312 | 11/22/2020 |
6.0.0-alpha055 | 323 | 11/17/2020 |
6.0.0-alpha054 | 343 | 11/12/2020 |
6.0.0-alpha053 | 313 | 11/12/2020 |
6.0.0-alpha051 | 429 | 11/8/2020 |
6.0.0-alpha050 | 356 | 10/22/2020 |
6.0.0-alpha049 | 329 | 10/22/2020 |
6.0.0-alpha048 | 320 | 10/22/2020 |
6.0.0-alpha047 | 331 | 10/22/2020 |
Support as .NET 6.0 tool
Auto-Restore after paket install an paket update