Hi
I install .NET 2.0 and .NET 4.0 in my machine. I write a small .NET 2.0 program (contains just one line Console output). When I check assembly dependency using NDepend, it shows my program is depending on .NET 4.0 assembly(mscorlib 4.0) instead of .NET 2.0 assembly(mscorlib 2.0).
Thanks,
ANT
views:
20answers:
1
+1
A:
Hi you just need to update the .NET Fx targeted in the NDepend's Project Properties panel, as shown below. By default, NDepend choose the higher installed .NET Fx on the machine.
Patrick Smacchia - NDepend dev
2010-07-20 11:59:48
It works find for me. But why do we need to choose .NET version. Manifest already contain reference assembly information, right?
Ant
2010-07-27 09:02:55
More flexibility + it could happen that some application or tiers assemblies reference different runtime versions.
Patrick Smacchia - NDepend dev
2010-09-02 18:19:05