I'm trying to install Entity Framework v6.3.0 to be used with a sqlite database. I use this to install the EF in my project:
Install-Package EntityFramework -Version 6.3.0
But I get an error:
In my past project, I'm installing the EF in my project with out encountering this error. By the way I'm using VS2012.