Ant
Ant

Reputation: 3459

Assembly Dependency using NDepend

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

Upvotes: 1

Views: 270

Answers (1)

Patrick from NDepend team
Patrick from NDepend team

Reputation: 13842

Hi you just need to update the .NET Fx targeted in the NDepend's Project Properties > Code to Analyze > Folders that contains Application and Third-Party assemblies, as shown below. By default, NDepend choose the higher installed .NET Fx on the machine.

enter image description here

Upvotes: 1

Related Questions