Clean Architecture Solution Template for .NET 6
install dotnet-ef
dotnet tool install --global dotnet-ef
dotnet ef migrations add "InitialCreate" --project src\Infrastructure --startup-project src\Web --output-dir Persistence\Migrations
dotnet ef migrations bundle --project src\Infrastructure --startup-project src\Web