Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 365 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (4 loc) · 365 Bytes

How to contribute

Building the project

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.