.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,662 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I was creating a new project. Even though I chose the Blazor WebAssembly version, it seems that the DLLs used are from Blazor Server, which prevents me from publishing to the static web app (which are exclusive to static sites).
Does MAUI really only work with Blazor Server?