How to compile C# .NET Core app for Linux on a Windows machine
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?