Quando executo PM> Remove-Migration -context BloggingContextno VS2015 com um projeto ASP.NET Core usando o EF Core, obtenho o seguinte erro: System.InvalidOperationException: The migration '20160703192724_MyFirstMigration' has already been applied to the database. Unapply it and try again. If...