How to create Mac application using visual studio in windows 10

zahid arshid 1 Reputation point
2021-05-11T14:32:57.313+00:00

I want to create an application for Mac computer
I have windows 10 and visual studio 2017 on my computer.
How can I create app for Mac

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,888 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ken Tucker 5,851 Reputation points
    2021-05-12T00:29:45.333+00:00

    Take a look at Avalonia. It allows you to create xaml based apps that run on windows, linux, and macos

    https://github.com/AvaloniaUI/Avalonia

    0 comments No comments