Can WPF applications be run in Linux with .Net Core 3?

后端 未结 3 1976
闹比i
闹比i 2020-12-08 09:05

Microsoft announced .Net Core 3 comes with WPF and Windows Forms. So can I create a Desktop application for Linux or Mac using .Net Core 3?

3条回答
  •  隐瞒了意图╮
    2020-12-08 09:39

    No with WPF or Winforms. But you still can develop desktop apps on Linux, with .NET Core, using other libs like GtkSharp or Avalonia

提交回复
热议问题