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?

Developer technologies | ASP.NET | ASP.NET Core
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    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

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.