Skip to content

Commit

Permalink
Fixed package path to nunit
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanforsberg committed Mar 18, 2013
1 parent fdb533b commit eae0515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WhiteMagic.Tests/WhiteMagic.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<HintPath>..\packages\EPiServer.CMS.Core.7.0.586.4\lib\EPiServer.XmlRpc.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\WhiteMagic.Web\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
<HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="Shouldly">
<HintPath>..\packages\Shouldly.1.1.1.1\lib\35\Shouldly.dll</HintPath>
Expand Down

0 comments on commit eae0515

Please sign in to comment.