I wanted to get System.ValueTuple 4.5 to work in a build on our TFS server. I got an answer to my question Is it possible to get System.ValueTuple 4.5.0 onto a TFS 2015 server?
I installed .NET Framework 4.8 on the Windows Server 2012 R2 server, but due to other issues found that I'm going to have to go to .NET Framework 4.7.2. I tried to install .NET 4.7.2, but that failed, saying that I cannot install a .NET Framework less than 4.8.
Next, I tried to uninstall .NET 4.8, but it doesn't show up in Add/Remove Programs on the build server. Why is that? How do I get .NET 4.8 uninstalled, so I can get .NET 4.7.2 installed?
question from:https://stackoverflow.com/questions/65924257/why-cant-i-uninstall-net-framework-4-8