.net core 3.1 will still be working after 3 dec 2022?

arif liminto 21 Reputation points
2022-05-30T07:46:32.363+00:00

Hi All,

I heard that microsoft .net core 3.1 extended support will end at 3 dec 2022 (https://azure.microsoft.com/en-us/updates/extended-support-for-microsoft-net-core-31-will-end-on-3-december-2022/) and unfortunately, i have API and azure functions that still use .net core 3.1, and cannot migrate it soon or before 3 dec 2022. does it mean after 03 december 2022, all .net 3.1 applications will drop dead after 3 dec 2022, or they can still run, but if there is a bug in .net 3.1 core, microsoft will not longer provide patches

Many thanks

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,246 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andriy Bilous 10,901 Reputation points MVP
    2022-05-30T19:29:25.823+00:00

    Hello @arif liminto

    On 3 December 2022, extended support for Microsoft .NET Core 3.1 will end. After that date, your applications that are hosted on Functions or WebApps will continue to run and your applications will not be impacted. However, Microsoft will no longer provide patches, or online technical assistance. or customer service for .NET Core 3.1.

    You are right if there is a bug in .net 3.1 core, microsoft will not longer provide patches as use of out-of-support .NET versions may put your applications, application data, and computing environment at risk.

    https://github.com/Azure/app-service-linux-docs/blob/master/Runtime_Support/dot_net_core.md

    https://azure.microsoft.com/en-us/updates/extended-support-for-microsoft-net-core-31-will-end-on-3-december-2022/

    https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core#servicing

    If you think your question has been answered, click "Mark as Answer" if just helped click "Vote as helpful". This can be beneficial to other community members reading this forum thread.

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 55,366 Reputation points
    2022-05-30T20:06:17.543+00:00

    You should check with your security, financial or legal departments to check for compliance risks of running on unsupported software.

    0 comments No comments

  2. Ishan Amin 0 Reputation points
    2023-02-11T22:32:55.7466667+00:00

    So is .net core dead as a stand-alone framework?

    Has it been integrated into .net v7?

    Asking this question on Feb 11th 2023 for future people who need to know.

    0 comments No comments