Can you run a WPF or Windows Forms desktop app on MacOs and Linux with .NET6?
Can you run a WPF or Windows Forms desktop app on MacOs and Linux with .NET6?
You can find some articles on Google about Wine, like A developers guide to running WPF apps on Linux with .NET Core and Wine
When Microsoft announced WinForms and WPF in .NET Core 3.0, they made it very clear that no plan to bring them to non-Windows platforms.
If you are looking for cross platform UI frameworks, my blog post might get you started.
Avalonia UI is a cross plaform xaml based framework for creating apps that run on windows, linux, mac using c#
11 people are following this question.