Can a .Net 4.8 application run on Azure App service supporting 4.7.2

Johan 6 Reputation points
2020-09-01T16:40:22.593+00:00

Hi,

Can I upgrade an existing .net application to 4.8 and publish it to a Azure Web App location that is not yet upgraded to support .net Framework 4.8 (West Europe).
Is the framework back-compatible if I use only 4.7.2 features or what will happen?

Thank you

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,961 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 30,281 Reputation points Microsoft Employee Moderator
    2020-09-01T17:42:50.883+00:00

    Hi @Johan , .NET 4.8 is backwards compatible so you can still leverage your code running 4.7.2. However, .NET 4.8 has not been rolled out to all Azure PaaS services, so you can't publish your 4.8 just yet. You can follow this Github issue to track the deployment progress though.


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.