Is it possible to have a single .NET exe operate on all versions of .NET from 2.0 through 4.5 without having separate binaries?
Assume all I need to do is Console.Writeline("Hello world");
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, just make sure to target the framework .Net 2.0.
You may see: Version Compatibility in the .NET Framework