ASP.net core Autoupdate politics

2020-11-27T07:23:32.72+00:00

If i installed ASP.net core on my server, will it update automatticaly? If so, can I somehow turn it off?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,188 questions
0 comments No comments
{count} votes

Accepted answer
  1. Zhi Lv - MSFT 32,016 Reputation points Microsoft Vendor
    2020-11-30T02:51:59.22+00:00

    If i installed ASP.net core on my server, will it update automatticaly? If so, can I somehow turn it off?

    Hi @Николай Онуфриенко ,

    No, in order to avoid the compatibility issues we have seen in the past with centralized updates to the .NET Framework, in Asp.net core, it allows independent version & release cycles and doesn't support auto update the .Net Core version.

    To install the new version Asp.net core, you could install the new .Net Core version first, then, refer the Migration to update an existing ASP.NET Core project to new version project.


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our  documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best regards,
    Dillion

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Damian Edwards (MSFT) 1 Reputation point Microsoft Employee
    2020-12-04T23:55:29.573+00:00

    Please note that this is actually about to change. See details in this blog post: https://devblogs.microsoft.com/dotnet/net-core-updates-coming-to-microsoft-update/

    In short, Windows machines that opt-in to receiving updates from Microsoft Update (rather than just the default updates from Windows Update) will now receive patches for .NET Core and ASP.NET Core runtimes, along with the ASP.NET Core Module for IIS (ANCM), from Microsoft Update.

    0 comments No comments