Target Framework does not change in Visual Studio 2010

Posted by Adam Driscoll on Stack Overflow See other posts from Stack Overflow or by Adam Driscoll
Published on 2010-05-11T19:32:48Z Indexed on 2010/05/11 20:24 UTC
Read the original article Hit count: 229

Filed under:
|

When I change the target framework of any project in Visual Studio 2010 it does not actually change the System assembly references. For example if I target v2.0 and check the properties of System and System.Data I can see that they are still both v4.0. If i change the target to v3.5, System stays at v4.0 but System.Core changes to v3.5.

Because of this I am truly not targeting anything except v4.0.

© Stack Overflow or respective owner

Related posts about visual-studio-2010

Related posts about msbuild