Answer the question
In order to leave comments, you need to log in
How to compile a c# program under .net Framework 3.5 and above?
Wrote a program. If I compile according to the 3.5 Framework, then it does not go to 4.5, if to 4.5, then it does not start on 3.5. How to compile universally so that it runs on 3.5 and higher netFramework?
Answer the question
In order to leave comments, you need to log in
1 solution
2 projects
one source code for both projects, one
reference files / libraries are different for two projects, the
final folders-compile files of two projects are different net35, net45 for example. to pick up from the nuget or handles more convenient.
what kind of unique libraries are used in the project that 3.5 is backwards incompatible with 4.5?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question