Quote:
I *think* this should be correct. The version you talk about is the
CLR version which is still v2.0 with the 3.5 framework.
Ah. Then I'm not losing the plot Cheers. So presumably, although I
am writing code in C# 3.0, the resulting DLL files are "ran" in the
same CLR as was installed for .NET 2.0 (and then 3.0)? |
Thats the way I understand it.
It's also this that allows you to use many of the new language features (extention
methods etc) and still target 2.0.
The exceptions to this are things like linq which require library support
as well.
--
Rory