0
folly2k2001 created
I downloaded the dotnet core template, but when I run the command "dotnet ef database update" to create the database I get this error: No executable found matching command "dotnet-ef" I tired this at the root directory of Entityframework project and Migrator project but got the same error.
1 Answer(s)
-
0
Just run "update-database" command on the Package Manager Console on visual studio and make sure the EFCore project is selected.