简体   繁体   中英

Framework version used by .NET Framework 3.5

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?

The CLR version is v2.0.50727 - this hasn't changed for .NET 3.5.

.NET 3.5 has added some DLLs and language support for C# 3.0, but the runtime has not changed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM