ProCad.Desktop is the primary host for local CAD inspection and editing.
dotnet build ProCad.Desktop/ProCad.Desktop.csproj -c Release
dotnet publish ProCad.Desktop/ProCad.Desktop.csproj -c Release -r osx-arm64 --self-contained true
dotnet publish ProCad.Desktop/ProCad.Desktop.csproj -c Release -r win-x64 --self-contained true
dotnet publish ProCad.Desktop/ProCad.Desktop.csproj -c Release -r linux-x64 --self-contained true
Publish runtime identifiers according to the operating systems you support.