After updating an existing project to ASP.NET Core 1.1 and Entity Framework Core 1.1 using this tutorial I tried to execute \"Add-Migration MigrationName\" in Package Ma
I believe the commads are different in .NET Core and EF Core.
Try
dotnet ef migrations add MigrationName
and
dotnet ef database update
Here are the dotnet cli commands