With recent updates to .NET 5 / ASP.net Core, Microsoft has added support for creating a hosted Blazor WASM project as a Progressive Web App.
I have an already established project in which I would like to transition to being a Progressive Web App.
I've searched around on Microsoft's documentation for what this "conversion" looks like but haven't been able to find it.
Does anyone have a solution for how to modify an existing Blazor WASM project to function as a PWA?
