.NET Framework 4.8 is coming to App Service

Lax 41 Reputation points
2020-07-03T08:47:52.793+00:00

Hi there,

Do you think when the azure app service platform is upgraded to Framework 4.8 in the next few weeks, the applications created using .NET Core 2.1 will be affected ? Even though the application I am talking about is built using .NET Core 2.1, the configuration of app service is only pointing to 4.7 till now, because there is no option for me to select .NET Core.

This implies to me that the Azure app service platform is still using .NET Framework to run its services. In such case, I may not be able to test my .NET core application on Azure app service pointing to .NET Framework 4.8 until the new framework is published in Azure.

Please clarify.

Thanks

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

Accepted answer
  1. SnehaAgrawal-MSFT 21,766 Reputation points
    2020-07-04T14:11:40.303+00:00

    Thanks for asking question! The .NET Framework upgrade won’t have any effect on .NET Core apps. Due to how the .NET Framework works, there is always a version of .NET Framework 4.x installed on the underlying Windows VMs, regardless of what language or framework and individual app is written in.


0 additional answers

Sort by: Most helpful

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.