- .NET 6.0 (https://dotnet.microsoft.com/download/)
Run these commands in the ApplicationInspector
directory.
Windows
dotnet build
Linux/Mac
dotnet build
dotnet publish -c Release -r win10-x64
dotnet publish -c Release -r win-x86
dotnet publish -c Release -r linux-x64
dotnet publish -c Release -r osx-x64
dotnet build -c Release