I want to create a new project by using .NET MAUI, In Microsoft tutorial they said the Prerequisites is The latest preview of Visual Studio 2022 17.1
, after installing the last preview version with .NET MAUI
, I couldn't find the project from the list.
This what I did
Can some give me ad advise to go around this problem.
Thanks
Not sure why this sometimes happens, what fixes it is to install the templates manually at this time. From an (elevated) command prompt run: dotnet new --install Microsoft.Maui.Templates
That should succeed and the templates should then be visible in Visual Studio as well.