I have a solution that contains 4 projects (3 are class libraries build on .NET 4.5.1 and the other is a Windows application also built on 4.5.1. I've added a setup project to the solution and when I build the solution and execute the installer on my Server 2012 r2 I'm getting a message. The setup requires .NET framework 4.6.1 Why is it needing 4.6.1 when all of my projects are set to 4.5.1?
I'm using Visual Studio 2017 Community edition 15.6 and the setup project was downloaded from the Marketplace (InstallerProjects.vsix)
Thanks