I am using ASP.NET Core 2.1. After I create my API project, I run following commands
Add-Migration MOBAPP -Project OVMInfrastructure
Update-Database
When I run the update-database, I get this error:
The name "SqlServerValueGenerationStrategy" does not exist in the current context
I re-installed the following Nuget packages
Microsoft.EntityFrameworkCore.SqlServer
but it's still not working.