Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
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

FSharp.DependencyManager.Paket now incorrectly depends on exact version of FSharp.Core #4268

Open
jwosty opened this issue Aug 2, 2024 · 1 comment

Comments

@jwosty
Copy link

jwosty commented Aug 2, 2024

Description

The NuGet package FSharp.DependencyManager.Paket depends on FSharp.Core = 5.0.0. It should be FSharp.Core >= 5.0.0 instead. This mistake was introduced at version 7.0.1

@smoothdeveloper
Copy link
Contributor

@jwosty, thanks for the report!

I don't see a change in paket.dependencies where relevant the constraint ever changed from its introduction.

If you want to give a shot at a PR, my suggestion:

  • replacing = with >= in paket.dependencies
  • erasing the relevant section in paket.lock
  • running paket install --keep-patch

It should put everything into place, you may build locally and check how the nuget package is defined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants