Blocking .NET 5 installation

SamT 6 Reputation points
2020-11-26T19:41:14.57+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” ?

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,125 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Roman Blinkov 1 Reputation point
    2020-11-27T05:17:50.633+00:00

    I am not Microsoft employee but...

    Why .NET 5 unsupported?

    You can prevent running everything except permitted software or use something more complicated. Use AppLocker or group policy.

    0 comments No comments