I installed MAUI with Visual Studio Installer (I ticked the ".NET Multi-plateform App UI development").
Then when i create a MAUI project it creates well but all the references of MAUI are missing.
The error is Error CS0234 Type or namespace name 'Maui' does not exist in the 'Microsoft' namespace (are you missing an assembly reference?)
.
Indeed when I check the installed NuGet packages, they are not here (like if they are not installed).
How can I install MAUI NuGets packages to have them in my project?