I’m new to C#, Visual Studio and .Net. I have a working machine running Windows 10 on which I write software (console app), and several test machines running different Unix systems. I need to compile an executable file written under VisualStudio to then run it under Unix. How can I achieve this if possible?
I tried building via
dotnet build Deser.csproj -r linux-64 -o D:test
but the result is a set of files for Windows (.exe, etc.).
New contributor
user25165954 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1