Hi, I upgraded my web app to .Net 5.0 and it is no longer running on appservice. I am getting HTTP Error 500.31 - ANCM Failed to Find Native Dependencies
I changed my appservice > configuration > settings > .Net Version to 5.0.
I followed the instructions here and ran this in CloudShell Powershell command which says that I have v5.0:
az webapp config show --resource-group <resource-group-name> --name <app-name> --query netFrameworkVersion
I dont know what to do, it was fine a few days ago and I dont think I have changed anything other than the .Net version in the app itself prior to deploying to appservice.