Before deploying to a Linux PC, be sure to set up the Linux PC's runtime environment.
mono {project_name}.exe to execute the application. If running the program through SSH, you may need to run <html>export DISPLAY=":0.0"
</html> first.
Copying files to the target PC can be done in many different ways. The following video demonstrates using the scp command on Windows 10 & 11. This method requires the target PC's SSH server to be enabled and running.
To copy using a GUI program, try FileZilla client. This method also requires the target PC's SSH server to be enabled and running.