I created an application using EF 6.2.0 using MySql
When I use the MySql.Data 8.0.11 package together with MySql.Data.EntityFramework 8.0.11 it works normally.
When I use the MySql.Data 6.10.7 package together with MySql.Data.Entity 6.10.7 it works normally.
When I use the MySql.Data 8.0.11 package together with MySql.Data.Entity 6.10.7 it compiles but does not work when I try to do a ToList () for example;
I would like to know if these two packages are the same, if the package MySql.Data.EntityFramework and a version higher than MySql.Data.Entity.
What are the differences in general.
Thank you.