Hi @mc
If you would like to run the .net core app on the Linux machine you could follow below steps:
1)Install the .net SDK on the Linux vm
2)Publish your app from the windows vm from the visual studio that will generate the dll file in the publish folder
3)Move that published folder on the linux vm
4)Open the terminal and navigate to the app root folder
5)Run below command:
dotnet YourApplication.dll
Best Regards,
Jalpa Panchal
If the answer is the right solution, please click "Accept Answer" and kindly upvote. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.