Forum member

karpik

2 posts

Posts by karpik

  1. Build failed with "SpecificVersion=True"

    It would be cool if you provided a way to run custom action after creating csproj file (maybe a XSLT transform?) the reference looks like this: [code=xml] <Reference Include="ABC, Version=1.2.3.4, Culture=neutral, PublicKeyToken=0ada19204fdf1f6a, processorArchitecture=MSIL"> <HintPat…

  2. Build failed with "SpecificVersion=True"

    Hi, I have a .Net 2.0 solution, one of the dependencies is inderectly dependent on .Net 3.5. solution for it to build is to specify <SpecificVersion>True</SpecificVersion> in References. I think it's a known issue in Visual Studio 2010. NCrunch ignores that setting :( Is there a way to…