-
Notifications
You must be signed in to change notification settings - Fork 525
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
paket update
does not pick latest prerelease version of indirect dependency
#866
Labels
Comments
I'd suspect this too. |
This happened to me with private packages. I'll try to produce small example. |
forki
added a commit
that referenced
this issue
Jun 10, 2015
https://github.com/dmitryvk/paket-866 - here is the reproducing example. Run |
forki
added a commit
that referenced
this issue
Jun 10, 2015
I can confirm the bug with this awesome repro sample. Thanks a lot. |
can you confirm that it's fixed in 1.12.1? |
Yes, it works now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have 3 versions of 2 packages:
p2 depends on:
When I install package
p2
, paket pick version1.0-beta
ofp1
.I expect that version
1.1-beta
ofp1
would be selected.The text was updated successfully, but these errors were encountered: