I am trying to target a previous applied migration using dotnet ef -TargetMigration: {MigrationName}
getting below error
Unrecognized option '-TargetMigration:0'
Is this command has been removed in Entity Framework Core? Is there any alternative for this?