- Latest .NET Core SDK 3.1 (https://dotnet.microsoft.com/download)
- GitVersioning (
dotnet tool install -g nbgv
)
- Make sure to select
ASP.NET Components
in Visual Studio (You will otherwise receive an error opening this project)
Run these commands in the appropriate project directory. For example, Cli
for the Cli and Gui.
dotnet build
Windows
dotnet publish -c Release -r win-x86
Linux
dotnet publish -c Release -r linux-x64
Mac
dotnet publish -c Release -r osx-x64