Caution: This programs contains submodules. To clone the repo, type:
git clone https://github.com/xds-messaging/xds-terminalchat.git --recursive
If you cloned without --recursive, to get the submodules, but only at the first time, you need to type:
git submodule update --init --recursive
For further updating, there is also:
git submodule update --recursive or git pull --recurse-submodules
Publish as one file:
dotnet publish -c Release /p:PublishSingleFile=true --self-contained --runtime linux-x64 --output /home