Dapper.FSharp icon indicating copy to clipboard operation
Dapper.FSharp copied to clipboard

v4.8.0 breaks .Net 6 minimum version

Open Micha-kun opened this issue 6 months ago • 0 comments

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

Reasoning behind version 4 is described in https://github.com/Dzoukr/Dapper.FSharp/issues/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?

Micha-kun avatar Jul 29 '24 11:07 Micha-kun