Home

EF Core 2.1.4

I created assembly with my DbContext targeting netstandard2.0. It referenced EF Core 2.1.4.
I installed driver Entity Framework Core 2.1.2 in LINQPad (the highest version available).

When adding the assembly to LINQPad, it first complains that the diver is intended for EF Core 2.1.2.0 and I may receive InvalidCastException. I can only clik OK and then I get Could not load assembly Microsoft,EntityFrameworkCore 2.1.4.0 or one of its dependencies..

Is there a way to get it work?

Comments

Sign In or Register to comment.