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

v4.8.0 breaks .Net 6 minimum version #105

Open
Micha-kun opened this issue Jul 29, 2024 · 0 comments
Open

v4.8.0 breaks .Net 6 minimum version #105

Micha-kun opened this issue Jul 29, 2024 · 0 comments

Comments

@Micha-kun
Copy link

Micha-kun commented Jul 29, 2024

Reading README, there's one rule that is breaking v4.8.0:

Reasoning behind version 4 is described in #71, but the main changes are:

  • Each database provider has its own query definition
  • New database-specific keywords for MSSQL & Postgres
  • Operators considered harmful (removed for functions IN, NOT IN, LIKE and NOT LIKE)
  • Minimal supported version is NET 6.0

v4.8.0 only works on .NET 8.0, so currently some of my projects cannot get this upgrade.

Can this version be fixed so it can be used with NET 6 too?

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

1 participant