@Juwon Park Visual Publish do not change Azure Configuration, you need to change it on AppService Configuration.
Azure app service reverts to previous version
JuwonPark-6692
5
Reputation points
I have blazor web app I'm deploying to Azure App service using VS2022 Preview publish feature. I have upgrade my project target framework to .NET 8. And I have my publish setting target framework to .NET 8. However after publishing the app the configuration > general settings in Azure portal stack setting reverts back to .NET 6 which is the previous target framework I used. Is there a to fix this issue?