How to update .Net core runtime

Redistro 211 Reputation points
2023-06-02T17:53:33.3866667+00:00

Anyone with experience on how to manage EOL versions of .Net Runtime. Qualys is throwing up alerts for .net version 5.0 and I want to get this resolved with Intune

Developer technologies | .NET | .NET Runtime
Microsoft Security | Intune | Other
{count} vote

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,926 Reputation points Volunteer Moderator
    2023-06-03T15:52:22.5133333+00:00

    You question is not clear. .net core does not update in place. Each update is installed into its own folder. Some patch installers can be configured to delete lower version patches. But installing a newer version does not delete previous versions.

    also .net core apps a built against a particular version. They will run with the lasted patch version installed, but not a new You can only update the patch version without building the app for a later version.

    so this means if you delete the .net 5 runtime before upgrading all the .net 5 apps, they will not run.

    see:

    https://learn.microsoft.com/en-us/dotnet/core/additional-tools/uninstall-tool?tabs=macos

    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.