Hello
I have a blazor server app that targets 5.0 in Visual Studio. Every time I publish to Azure the Target framework at:
AppService > Configuration > General Settings
changes to 3.1. I then have to change the Azure settings back to 5.0 every time I publish.
Has anyone seen this behavior / have any tips?
Thanks