No se encontró ningún tipo de configuración de migraciones en el ensamblaje

I solved this by adding EntityFrameworkCore\ before Add-Migration, i.e. the final statement was:

EntityFrameworkCore\Add-Migration
DreamCoder