I have a blazor wasm app I am deploying to Azure App service using VS 2019 publish feature. I have noticed in the configuration > general settings in the Azure portal that after publishing the app the framework reverts to .NET Core 3.1. My publish settings are correct, target framework is set to .NET 5.
How do I fix this? Is there another setting somewhere?