Skip to content

Commit

Permalink
Use '$(SolutionDir)\packages' so that NUnit NuGet package can be found
Browse files Browse the repository at this point in the history
even if AvalonEdit is used as submodule in a larger solution.
  • Loading branch information
dgrunwald committed Dec 25, 2015
1 parent c085220 commit 4e69c3c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@
<Name>ICSharpCode.NRefactory</Name>
</ProjectReference>
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
<HintPath>$(SolutionDir)\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="PresentationCore">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
Expand Down

0 comments on commit 4e69c3c

Please sign in to comment.