We need a Blazor Hybrid app for our project, but it cannot rely on .NET MAUI since MAUI uses Mac Catalyst instead of a native AppKit-based macOS app. I’m currently experimenting with getting this to work and have set up a test repository here: AppKitHybrid.
The issue I’ve run into is that the generated wwwroot folder is not being copied into the Resources folder of the app bundle. What would be the cleanest way to accomplish this—ideally through the .csproj configuration?