This project was built on .NET 6 and it had been upgraded to .NET 7
First thing’s first, install Visual Studio 2022 and install the .NET WebAssembly build tools, select the optional component in the Visual Studio installer.
For Maui development check .NET MAUI (preview) under the Mobile Development with .NET workload, and check the Universal Windows Platform development workload. Then, install the Windows App SDK Single-project MSIX extension
For Maui Run
Choose Window, Android, macOS, IOS, Tizen
For Blazor Run
Install global workloads
dotnet workload install android ios maccatalyst tvos macos maui wasm-tools
Build and launch Visual Studio using global workloads
dotnet tool restore BlazorMovie.sln
dotnet build BlazorMovie.sln
Release project
dotnet release BlazorMovie.sln
Run project
dotnet BlazorMovie.Server.dll