To verify your .NET 6 installation run the following in your terminal:
dotnet --version
cd ./src/WebApi/WebApi
dotnet run
Install the dotnet-ef
tool if you don't have it:
dotnet tool install --global dotnet-ef
Run a Database Update:
dotnet ef database update --startup-project .\src\WebApi\WebApi\
- I will be very happy for any help and contribution 😊
- For more information check Contribution guide.