I am trying to figure out how to run a specific migration from the package manager in nuget.
I have tried to run:
update-database -TargetMigration test3
For EF Core 3.1 via Package Manager Console:
dotnet ef database update YourMigrationName