Skip to content

Commit 3530602

Browse files
committed
Fix NLog hint path
1 parent df453c9 commit 3530602

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
@@ -103,7 +103,7 @@
103103
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
104104
</Reference>
105105
<Reference Include="NLog">
106-
<HintPath>..\packages\NLog.3.2.0.0\lib\net45\NLog.dll</HintPath>
106+
<HintPath>..\packages\NLog.3.1.0.0\lib\net45\NLog.dll</HintPath>
107107
</Reference>
108108
<Reference Include="Owin">
109109
<HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
@@ -190,4 +190,4 @@
190190
-->
191191
<ItemGroup />
192192
<ItemGroup />
193-
</Project>
193+
</Project>

0 commit comments

Comments
 (0)