Browse Source

Merge pull request #18 from MarcosMeli/patch-2

Fix Nuget packages folder reference
tags/0.9.0
Frans Bouma 10 years ago
parent
commit
257203f75c
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/MarkdownDeepTests/MarkdownDeepTests.csproj

+ 4
- 4
src/MarkdownDeepTests/MarkdownDeepTests.csproj View File

@@ -42,13 +42,13 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
<HintPath>..\..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="nunit.mocks">
<HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath>
<HintPath>..\..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath>
</Reference>
<Reference Include="pnunit.framework">
<HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath>
<HintPath>..\..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
@@ -489,4 +489,4 @@
<PreBuildEvent>
</PreBuildEvent>
</PropertyGroup>
</Project>
</Project>

Loading…
Cancel
Save