I have a Winforms app which is set to Target .Net 4.7.2...but on the Client I am installing it on only has 4.6 installed. My app seems to run just fine.
My question is what is the purpose of setting the "Target Framework" in the IDE if the app will still run under 4.6?
I guess I thought that was the minimum .Net Framework version that needed to be installed in order for the app to work.
Can someone add some clarification to how and what the Target Framework setting is for?
Thank you in Advance.