I'm trying to add a MySQL database to my MVC project through the Entity Framework. I've already installed the Connector and found my database but then I get this message:

What am I missing?
Edit
I've found this question about the same problem. Link to question. And I've followed the guide, and added the MySQL.Data, MySQL.Data.Entities, MySQL.Web and EntityFramework NuGet packages. But I still have the same problem.
Also changed the <entityFramework> tag as suggested in the question.