I am trying to create a simple project to explore how Entity framework 6 code first with sqlite db provider works, but when I complite my app I get the error:
Firstly remove the below line from the providers section :
And add below line instead of that :
For more info : Problems using Entity Framework 6 and SQLite