The Entity Framework library comes only with an SQL Server provider. To use SQLite will require additional dependencies and configuration. All required dependencies are available on NuGet.
Install SQLite Managed Libraries
All of the mananged depedencies can be installed using the NuGet Package Man...