If i installed ASP.net core on my server, will it update automatticaly? If so, can I somehow turn it off?
Hi @Anonymous ,
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