Azure app service reverts to previous version

JuwonPark-6692 5 Reputation points
2024-01-29T22:02:12.3066667+00:00

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?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,834 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,479 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,095 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,156 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,743 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Carlos dos Santos 85 Reputation points
    2024-01-30T15:53:40.9966667+00:00

    @Juwon Park Visual Publish do not change Azure Configuration, you need to change it on AppService Configuration.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.