I can develop many things inside Visual Studio 2010. But unfortunately my clients can't even install .NET Framework 3.5 on their pc/laptop. They can only install .NET Framework 4.0 and above.
My project was originally built using .NET Framework 3.5. Now I need to change the target framework version but I can't find an option to do this:
How can I make my project work with .NET Framework 4.0 or greater?