How to create a MacOS Console App using VS on Windows

Viewed 298

.NET Core 3.1 Visual Studio 2019

I have created an iOS Xamarin mobile app, using Visual Studio running on Windows. All works fine, even debugging on an iPhone connected to the Mac on my network.

I now need a very simple Console App for the actual Mac (macOS computer). I have already written the Windows version of the Console App.

I cannot work out how to compile the Console App for macOS. Is it possible? Any help appreciated.

1 Answers
Related