Skip to content

v2.0.0 (EF Core)

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 10 Jun 14:00
· 317 commits to master since this release
3de57b6

Download the library here

Due to some major changes in EF Core 3.x, our library will not longer support both versions (2.x and 3.x) at the same time to simplify our logic and to allow us to use interface recently added in EF Core 3.x

The EF Plus package for EF Core will now support two different versions:

  • Version 2.x: Strictly support EF Core >= v2.x and < v.3.x
  • Version 3.x: Strictly support EF Core >= v3.x and < v.4.x