Home > Net >  Compile C# command line application for Linux
Compile C# command line application for Linux

Time:02-10

I have a Visual Studio 2013 and a very simple application on C#, which reads pressed key and sends as UDP data. How to compile application for unix-system?

CodePudding user response:

Mainstream support for VS 2013 has stopped so please use a recent version of VS. If you really want target a Unix system, ensure you target .NET Core instead of .NET Framework.

  •  Tags:  
  • Related