Forum member

fabiostrocco

1 post

Posts by fabiostrocco

  1. How to make .nuproj projects work with NCrunch

    I have a solution with two nuproj projects, say A and B. Both projects contain only props and targets files (so NO assemblies or PDB files) and they both generate NuGet packages. Now, A has no reference and it is an internal dependency, whereas B references A plus other external NuGets. Then I ha…