.NET CLI application for tracking work hours for different projects.
Run either one of the following commands to create the SQLite database into user's application data directory.
In the command line:
dotnet ef database update
Or in the Visual Studio's Package Manager Console:
Update-Database