Reputation: 2032
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
Upvotes: 4
Views: 3270
Reputation: 31
Update VS Code. I think that will solve your problem.
That's work. I update it on version 17.9.0.
Upvotes: 0
Reputation: 34128
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.
Upvotes: 7