I have created windows desktop C++/.NET application in WIndows 10 environment using VS 2019. My application should run in Windows 10, Windows server 2016 and 2019. Is there any way to set/enable my application should support different versions of platforms (Windows 10, Windows server 2016 and 2019) from my development. Is there any property or configuration available in VS 2019?
Can you please help me on this.