When I run PM> Remove-Migration -context BloggingContext in VS2015 with an ASP.NET Core project using EF Core I get the following error:
PM> Remove-Migration -context BloggingContext
Syst
Simply you can target a Migration by value
Update-Database -Migration:0
Then go ahead and remove it
Remove-Migration