I am trying to determine the version of the .NET framework that a dll is using. I have targeted 3.5 in my app but when I open the dll with ildasm.exe (on my dev PC with 3.5 installed), it says it is using "Metadata version: v2.0.50727" which is it really using?
-
Just because there's only one answer given doesn't mean you can't accept it.Jeremy S– Jeremy S2010-03-01 18:43:17 +00:00Commented Mar 1, 2010 at 18:43
Add a comment
|