Skip to content

Commit daf16e4

Browse files
committed
Fix hint path for test project
1 parent 36a8013 commit daf16e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IntegrationEngine.Tests/IntegrationEngine.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<HintPath>..\packages\BeekmanLabs.UnitTesting.0.0.0\lib\net45\BeekmanLabs.UnitTesting.dll</HintPath>
4141
</Reference>
4242
<Reference Include="fx.configuration">
43-
<HintPath>..\packages\fx.configuration.0.4.0\lib\net45\fx.configuration.dll</HintPath>
43+
<HintPath>..\packages\FX.Configuration.0.4.0\lib\net45\fx.configuration.dll</HintPath>
4444
</Reference>
4545
<Reference Include="Microsoft.Practices.Unity.Configuration">
4646
<HintPath>..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.Configuration.dll</HintPath>
@@ -137,4 +137,4 @@
137137
<Target Name="AfterBuild">
138138
</Target>
139139
-->
140-
</Project>
140+
</Project>

0 commit comments

Comments
 (0)