Skip to content

Commit 4e69c3c

Browse files
committed
Use '$(SolutionDir)\packages' so that NUnit NuGet package can be found
even if AvalonEdit is used as submodule in a larger solution.
1 parent c085220 commit 4e69c3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ICSharpCode.AvalonEdit.Tests/ICSharpCode.AvalonEdit.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<Name>ICSharpCode.NRefactory</Name>
6565
</ProjectReference>
6666
<Reference Include="nunit.framework">
67-
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
67+
<HintPath>$(SolutionDir)\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
6868
</Reference>
6969
<Reference Include="PresentationCore">
7070
<RequiredTargetFramework>3.0</RequiredTargetFramework>

0 commit comments

Comments
 (0)