In mac, I have upgraded the Visual Studio to the 17.0 Preview version. After that, I got issue like MAUI projects are not supported this version of Visual Studio. Could anyone help me to resolve this issue?
CodePudding user response:
It's exactly like it says in the warning message: at this time, even in Visual Studio for Mac preview, there is no support for .NET MAUI yet.
In the blog post that was just posted at the time of writing this about Preview 7 it says:
Although we don’t plan to ship .NET MAUI support with 17.0 GA, we are making great progress towards the MAUI experience and will continue to provide updates as we get closer.
If you want to work with .NET MAUI on a Mac right now, you will have to use command-line tooling.