/clean-architecture

Clean Architecture Solution Template for .NET 6

Primary LanguageC#MIT LicenseMIT

clean-architecture

Clean Architecture Solution Template for .NET 6

Database

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