-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pinned dependency causes conflict #1520
Comments
According to nuget.org, You could use |
I believe strategy:min vs max should not result in conflict vs. non-conflict since it only changes order. I'll take a deeper look |
I'm pretty sure this is a bug, but not sure where exactly yet |
It has something to do with this optimization:
If I comment this block out then it finds a resolution. |
I think 28d9b82#diff-781e85b03afcc7c6cedfbd46e3d3b607R430 solves it. |
please give it another try |
Yeah works now! Interestingly I still get up to 2.x for some of the transitive dependencies - is there a way to stop this aside from adding those manually into the .dependencies file? |
Yes now you can try to change the strategy to min.
|
Hmmm. Yes that works as well although not quite what I'm thinking, which is more "don't go above 'major' version of transitive dependencies".
I guess this is more about the package author of A (not specifying deps version boundaries tightly enough) than paket though, right? |
yes that is something that can't be really expressed in nuget |
Latest paket, I have a dependencies file which I have reduced to: -
This does not work, although (as far as I can see) it should.
It seems to be pulling in version 2.0 dependencies for some reason...
The text was updated successfully, but these errors were encountered: