Net framework not installing under windows 7

I have a small app that requires net framework 4.7.2. When I install it, i get the following error: "Net framework 4.7.2 is not supported on this OS" (windows 7). Is there a workaround?


Solution 1:

On Windows 7 Service Pack 1 is a requirement, so make sure you have that installed.

See https://docs.microsoft.com/en-us/dotnet/framework/get-started/system-requirements for more information.