Skip to content

Commit c8e341c

Browse files
committed
Fix hitpaths for NLog
1 parent e3474d5 commit c8e341c

File tree

5 files changed

+9
-17
lines changed

5 files changed

+9
-17
lines changed
Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<runtime>
4-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
5-
<dependentAssembly>
6-
<assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral" />
7-
<bindingRedirect oldVersion="0.0.0.0-3.2.0.0" newVersion="3.2.0.0" />
8-
</dependentAssembly>
9-
</assemblyBinding>
10-
</runtime>
11-
</configuration>
3+
</configuration>

IntegrationEngine.Core.net40/IntegrationEngine.Core.net40.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<HintPath>..\packages\NEST.1.4.1\lib\Nest.dll</HintPath>
8585
</Reference>
8686
<Reference Include="NLog">
87-
<HintPath>..\packages\NLog.3.2.0.0\lib\net40\NLog.dll</HintPath>
87+
<HintPath>..\packages\NLog.3.1.0.0\lib\net40\NLog.dll</HintPath>
8888
</Reference>
8989
</ItemGroup>
9090
<ItemGroup>
@@ -256,4 +256,4 @@
256256
<Target Name="AfterBuild">
257257
</Target>
258258
-->
259-
</Project>
259+
</Project>

IntegrationEngine.Core/IntegrationEngine.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<HintPath>..\packages\NEST.1.4.1\lib\net45\Nest.dll</HintPath>
8585
</Reference>
8686
<Reference Include="NLog">
87-
<HintPath>..\packages\NLog.3.2.0.0\lib\net45\NLog.dll</HintPath>
87+
<HintPath>..\packages\NLog.3.1.0.0\lib\net45\NLog.dll</HintPath>
8888
</Reference>
8989
</ItemGroup>
9090
<ItemGroup>
@@ -167,4 +167,4 @@
167167
-->
168168
<ItemGroup />
169169
<ItemGroup />
170-
</Project>
170+
</Project>

IntegrationEngine/IntegrationEngine.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<HintPath>..\packages\NEST.1.4.1\lib\net45\Nest.dll</HintPath>
142142
</Reference>
143143
<Reference Include="NLog">
144-
<HintPath>..\packages\NLog.3.2.0.0\lib\net45\NLog.dll</HintPath>
144+
<HintPath>..\packages\NLog.3.1.0.0\lib\net45\NLog.dll</HintPath>
145145
</Reference>
146146
<Reference Include="NLog.Targets.ElasticSearch">
147147
<HintPath>..\packages\NLog.Targets.ElasticSearch.1.0.0.0\lib\net40\NLog.Targets.ElasticSearch.dll</HintPath>
@@ -212,4 +212,4 @@
212212
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
213213
<ItemGroup />
214214
<ItemGroup />
215-
</Project>
215+
</Project>

IntegrationServer/IntegrationServer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<HintPath>..\packages\NLog.Targets.ElasticSearch.1.0.0.0\lib\net40\NLog.Targets.ElasticSearch.dll</HintPath>
8383
</Reference>
8484
<Reference Include="NLog">
85-
<HintPath>..\packages\NLog.3.2.0.0\lib\net45\NLog.dll</HintPath>
85+
<HintPath>..\packages\NLog.3.1.0.0\lib\net45\NLog.dll</HintPath>
8686
</Reference>
8787
<Reference Include="Microsoft.Owin.Host.HttpListener">
8888
<HintPath>..\packages\Microsoft.Owin.Host.HttpListener.3.0.1\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
@@ -152,4 +152,4 @@
152152
</ItemGroup>
153153
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
154154
<ItemGroup />
155-
</Project>
155+
</Project>

0 commit comments

Comments
 (0)