Suppose I have some code that theoretically compiles against any version of a .net structure. Think "Hello World" if you want.
If I really compile the code, I get an executable that works with one specific version.
Is there a way to organize things so that the compiled exe just works against any version that it finds? I strongly suspect that the answer is no, but I would be happy if I were wrong ...
Edit: Okay, I'll go to the footsteps of our stairs. I had no idea that later frameworks would happily run exe compiled in earlier versions. Thanks for all the answers!
source
share