❔ how to compile from Windows to linux
Hello, Im writing a code in Windows, can I run the same app on Linux? How to compile it?
3 Replies
if its .net core you can publish it for linux
you can also run the dll with
dotnet your.dll
on any platform
but if it's an end-user app, it's better to publish it like jhood saidWas this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.