- .NET Core 3.1 or better (https://dotnet.microsoft.com/download/dotnet-core/3.1)
- Download the application code as a zip and expand or clone in Visual Studio 2019 and simply build in IDE
Run these commands in the ApplicationInspector
directory.
Windows
dotnet build
Linux/Mac
dotnet build
Windows
dotnet publish -c Release -r win10-x64
Linux/Mac
dotnet publish