0

Can I develop a WPF application to install on Windows machine using Visual Studio for Mac with .NET Core?

Peter Duniho
  • 68,759
  • 7
  • 102
  • 136
Abdulsalam Elsharif
  • 4,773
  • 7
  • 32
  • 66
  • Does this answer your question? [Can WPF applications be run in Linux or Mac with .Net Core 3?](https://stackoverflow.com/questions/53954047/can-wpf-applications-be-run-in-linux-or-mac-with-net-core-3) – Peter Duniho May 31 '21 at 06:37

1 Answers1

3

No.

See https://learn.microsoft.com/en-us/visualstudio/productinfo/vs2019-compatibility-mac#platform-targeting

"Visual Studio for Mac does not support Windows client projects like Windows Forms, WPF, or UWP."

You can develop xamarin or unity but no wpf.

Andy
  • 11,864
  • 2
  • 17
  • 20