-
Notifications
You must be signed in to change notification settings - Fork 526
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 conflicts with pinned prerelease version #1716
Labels
Comments
Can you please create an zip with the repro sample? |
Ok. Sent it to you via email. |
mhm I did not get any mail |
can you upload it here? |
security scan of gmail took the mail down. 😢 |
please retry |
seems to work for. thx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When I want to update a dependency, paket stops with a version conflict. This seems to be introduced with 2.66.8
Repro steps
nuget npgsql 2.2.5-custom
nuget CustomPackage
The custom package has a dependency on npgsql >= 2.0 < 3.0 and npgsql is a custom build version by us.
paket install
works finepaket update
works fine as wellpaket update nuget CustomPackage
crashes with the following error message:Expected behavior
the dependency resolution should end without any error message as the npgsql package is in the scope of the dependency constraint of the CustomPackage
Actual behavior
Error message as above.
Known workarounds
Downgrading to paket 2.66.7
Related information
The text was updated successfully, but these errors were encountered: