How to find out which version of .NET Framework executable needs to run?
- by Sam
I've got an executable file, and I would like to know which versions of the .net framework this file needs to be started.
Is there an easy way to find this information somewhere?
(So far I tried ildasm and dumpbin without any luck)