I am compiling third-party C ++ code using the / CLR flag, which only requires the .NET Framework 3.5.
The code compiles in order, but since I have .NET 4.0 installed on my dev block, the resulting binary does not work for any .NET platform less than 4.0
So, how can I tell Visual Studio to use a specific version of the .NET Framework when compiling?
user837208
source share