- A version of the .NET framework, .NET Core or Mono which can compile .NET Standard 2.0 projects.
- Any IDE which can compile C# code.
To build using MSBuild, execute the following command:
$ msbuild /restore
To build using the Makefile, execute the following command:
$ make
You can open src\ReusableTask.sln in any IDE.