You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now when I run paket install it will successfully pull the package and create a paket.lock file.
After this I run paket update nuget FSharp.Core version 4.0.0 and Paket pulls the v4 package of FSharp.Core and updates the paket.lock file despite the explicit rule ~> 2.0 in my paket.dependencies file.
Repro steps
See above.
Expected behavior
I see two possible behaviors which I would consider correct:
Paket doesn't allow me to update to a version which is not allowed by the paket.dependencies rules and throw an error or warning message.
Or Paket will update to the specified version, but also update the paket.dependencies file to match the new version.
Actual behavior
Mismatch between paket.dependencies and the actual pulled package.
Known workarounds
Manual fixing in files.
Related information
None
The text was updated successfully, but these errors were encountered:
Description
I noticed the following issue. I have a complete empty folder with
paket.exeandpaket.dependencies.The
paket.dependenciesfile has the following content:Now when I run
paket installit will successfully pull the package and create apaket.lockfile.After this I run
paket update nuget FSharp.Core version 4.0.0and Paket pulls the v4 package of FSharp.Core and updates thepaket.lockfile despite the explicit rule~> 2.0in mypaket.dependenciesfile.Repro steps
See above.
Expected behavior
I see two possible behaviors which I would consider correct:
paket.dependenciesrules and throw an error or warning message.paket.dependenciesfile to match the new version.Actual behavior
Mismatch between
paket.dependenciesand the actual pulled package.Known workarounds
Manual fixing in files.
Related information
None
The text was updated successfully, but these errors were encountered: