Possible Duplicate:
How to find out which version of the .NET Framework an executable needs to run?
Suppose I'm provided with a Windows .Net binary: Is there a way to know which version of the .Net framework it needs to run?
Possible Duplicate:
How to find out which version of the .NET Framework an executable needs to run?
Suppose I'm provided with a Windows .Net binary: Is there a way to know which version of the .Net framework it needs to run?
You can open it in dotPeek. Look at where it is placed in the tree or look the references required.