.NET is not available when creating an app service in 2022

Nguyễn Trần Phong 1 Reputation point
2022-06-08T09:08:03.587+00:00

I have my web app that is running on .NET 5 and I wanted to host it through Azure Web App Service. But when configuring, I can't find .NET 5 as a runtime stack.
Is .NET 5 removed from the stack and I have to update my project to .NET 6 or where can I find it?

Thank you very much.

209407-image.png

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

1 answer

Sort by: Most helpful
  1. Ryan Hill 30,281 Reputation points Microsoft Employee Moderator
    2022-06-09T17:55:31.277+00:00

    .NET 5 was a current release and reached end of life back in May 2022, see https://github.com/dotnet/core/blob/main/releases.md. That's why don't you see it as an available runtime. You can retarget your project to .NET 6 and check for any breaking changes that may affect you.

    0 comments No comments

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.