I am new to EF core and I\'m trying to get it to work with my ASP.NET Core project.
I get the above error in my startup.cs when trying configure the
startup.cs
Easy way to fix this issue
Error message:
Solution: to install "microsoft.entityframeworkcore.sqlserver" with NuGet
Fixed :
PS: make sure you have using EF on the content "using Microsoft.EntityFrameworkCore;"