
GitHub - fsprojects/Paket: A dependency manager for .NET with …
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 .
Issues · fsprojects/Paket - GitHub
Oct 15, 2024 · Paket pack fails when building/creating packages for Windows on Linux (docker), even using --build-platform flag
Paket/docs/content/installation.md at master - GitHub
A dependency manager for .NET with support for NuGet packages and Git repositories. - fsprojects/Paket
Paket/docs/content/index.md at master - GitHub
Paket is a dependency manager for .NET projects. Paket enables precise and predictable control over your dependencies. With Paket, you can reference: NuGet packages; Files from Git repositories; Files from any HTTP resource. Get started by learning how to use Paket and take a look at the FAQ to learn more about it.
GitHub - joseluisq/paket: A simple and fast package manager for …
Define Paket events via paket.toml file. Ability to install, update and remove packages from local repositories. Prevent unnecessary clones for the same versions (branches/tags)
Releases · fsprojects/Paket - GitHub
A dependency manager for .NET with support for NuGet packages and Git repositories. - fsprojects/Paket
Paket/docs/content/references-files.md at master - GitHub
paket.references is used to specify which dependencies are to be installed into the MSBuild projects in your repository. Paket determines the set of dependencies that are to be referenced by each MSBuild project within a directory from its paket.references file. It acts a lot like NuGet's packages.config files but there are some key differences:
Problem with version conflict during paket update #1186 - GitHub
Nov 2, 2015 · I've found the following problem: I'm having paket.dependencies with two sources within, one for getting the latest nigthly versions and the second one for usual third-party nuget packages. All looks like this: source https://www.myget.o...
Confusion between "paket install" and "paket update" #848 - GitHub
May 29, 2015 · In difference to paket update, paket install will only look for new versions of dependencies that have been modified in paket.dependencies, and use the version from paket.lock for all other dependencies.
Adding an existing package to new project added to solution …
Oct 24, 2014 · Case: I added a new test project to my solution. I previously had another test project using Xunit, and as such I wanted to add Xunit to the new test project. Any call to paket add fails because Xunit is already in paket.dependencies. Tr...