I have a program that works under XP just fine as long as the user has .NET 4.0 installed. I'd like to add that as a prerequisite in the ClickOnce installer. However, in the Prerequisites dialog in the Publish tab of my Project there's only .NET 3.5 and then .NET 4.5 available in the list. (No idea why 3.5 is there but not 4...)
How can I add .NET 4.0 to the list of selectable items in the prerequisite window?
How can I add .NET 4.0 to the list of selectable items in the prerequisite window?