Skip to content

v4.8.0 breaks .Net 6 minimum version #105

@Micha-kun

Description

@Micha-kun

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions