Skip to content

Commit f339d79

Browse files
committed
UnitsNet.Tests.csproj: Fix nuget reference paths
1 parent 5ace8f2 commit f339d79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UnitsNet.Tests/UnitsNet.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
</PropertyGroup>
3636
<ItemGroup>
3737
<Reference Include="MoreLinq">
38-
<HintPath>..\Src\packages\morelinq.1.0.16006\lib\net35\MoreLinq.dll</HintPath>
38+
<HintPath>..\packages\morelinq.1.0.16006\lib\net35\MoreLinq.dll</HintPath>
3939
</Reference>
4040
<Reference Include="nunit.framework">
41-
<HintPath>..\Src\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
41+
<HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
4242
</Reference>
4343
<Reference Include="System" />
4444
<Reference Include="System.Core" />

0 commit comments

Comments
 (0)