To build the whole project, you can run dotnet build .
or just make
in the root directory. The .NET 6.0 SDK is required.
If you don't have the .NET SDK installed, you can build the project within a Docker container by running make docker
.
To build the whole project, you can run dotnet build .
or just make
in the root directory. The .NET 6.0 SDK is required.
If you don't have the .NET SDK installed, you can build the project within a Docker container by running make docker
.