is there any plan to release entity framework 6.4+ with .NET standard 2.0 support so that it can be used with .net core 3.1
@muhammadmubashirkhan EF 6.4 already supports .NET Core 3.1 through .NET Standard 2.1. We don't plan to add support for .NET Standard 2.0.
I think that this means that you can't use .Net Standard to slowly migrate a project from .Net Framework to .Net Core if you are using Entity Framework.
I will explain:
I am also facing same issue as EF 6.4 does not support .Net Standard 2.0, its making more complicated to share database code between .net core and .net framework projects.
I am using
Unfortunately cant share DB logic between the 2 projects.
EF 6.4 made a strange decision not to support .net standard 2.0
Please make EF 6 compatible with .Net Standard 2.0
@rangav See the discussion here: https://github.com/dotnet/ef6/issues/1571
Most helpful comment
I am also facing same issue as EF 6.4 does not support .Net Standard 2.0, its making more complicated to share database code between .net core and .net framework projects.
I am using
Unfortunately cant share DB logic between the 2 projects.
EF 6.4 made a strange decision not to support .net standard 2.0
Please make EF 6 compatible with .Net Standard 2.0