I tried to create Maui project in windows using visual studio developer command prompt using
Command :
dotnet new maui
But Its not creating Maui project,Getting Error message No templates found matching : maui
I installed the .Net 5 and visual studio 2019 in my machine.