This project is created with .Net Core.
Here the useful commands to build, test, and so all :
- to clean output : dotnet clean
- to build : dotnet build
- to run tests : donet test
See https://docs.microsoft.com/fr-fr/dotnet/core/tools/dotnet?tabs=netcore2x for more information