Skip to content

Commit 595fb4b

Browse files
committed
Fix nlog
1 parent fa697d5 commit 595fb4b

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

‎Concealment/Concealment.csproj‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<HintPath>$(SolutionDir)\GameBinaries\HavokWrapper.dll</HintPath>
3434
<Private>False</Private>
3535
</Reference>
36-
<Reference Include="NLog">
37-
<HintPath>..\TorchBinaries\NLog.dll</HintPath>
36+
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
37+
<HintPath>..\packages\NLog.4.4.2\lib\net45\NLog.dll</HintPath>
3838
</Reference>
3939
<Reference Include="PresentationCore" />
4040
<Reference Include="PresentationFramework" />
@@ -171,6 +171,8 @@
171171
<ItemGroup>
172172
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
173173
</ItemGroup>
174-
<ItemGroup />
174+
<ItemGroup>
175+
<None Include="packages.config" />
176+
</ItemGroup>
175177
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
176178
</Project>

‎Concealment/packages.config‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="NLog" version="4.4.2" targetFramework="net461" />
4+
</packages>

0 commit comments

Comments
 (0)