WPF is not cross platform. It compiles under .NET Core/6 but is Windows only. Note that you can, theoretically, run it using Wine in Linux.
The cross-platform UI for .NET Core/6 is MAUI.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
i am developing a WPF application using the last .NET 6.0 version and VS22 which is declared as cross-platform
so can I run the same WPF app developed on .NET 6.0 and VS22 on Linux UBUNTO 20.4 ?
i saw only example of running Console app ?
WPF is not cross platform. It compiles under .NET Core/6 but is Windows only. Note that you can, theoretically, run it using Wine in Linux.
The cross-platform UI for .NET Core/6 is MAUI.
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more