Share via

Blocking .NET 5 installation

SamT 6 Reputation points
2020-12-10T03:41:09.663+00:00

Hello Microsoft ,

Looking forward to working with .NET 5.0 but we also need to know how to block the installation on those application servers where its not supported.

Is the registry key to block it, “BlockNetFrameWork50” and set the value to “1” ?

Developer technologies | .NET | .NET Runtime

1 answer

Sort by: Most helpful
  1. abbodi86 4,916 Reputation points
    2020-12-11T02:20:09.167+00:00

    .NET 5.0 is Core not Framework
    it's not pushed via Microsoft Update (probably never will)

    you only get its updates via MU if you installed it manually
    https://devblogs.microsoft.com/dotnet/net-core-updates-coming-to-microsoft-update/

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.