zzzprojects / EntityFramework-Classic

Entity Framework Classic is a supported version of the latest EF6 codebase. It supports .NET Framework and .NET Core and overcomes some EF limitations by adding tons of must-haves built-in features.
https://entityframework-classic.net
Other
103 stars 27 forks source link

EF6 is available for .NET Core 3+ #55

Closed teo-tsirpanis closed 4 years ago

teo-tsirpanis commented 4 years ago

This project has unfirtunately been superseded by Entity Framework 6.3 which supports .NET Core.

JonathanMagnan commented 4 years ago

Hello @teo-tsirpanis ,

Yup, you are right. EF 6 now support .NET Core.

However, our library still has some integrated features which is not available in EF6: https://entityframework-classic.net/features and is the only one supporting .NET Standard 2.0

That's up to you to choose which one you want to use.

Best Regards,

Jon