Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit fa721f8

Browse files
committed
Updated NLog to version 4.1.2. Version 4 no longer uses a strong name that is specific to the build number.
1 parent 9758817 commit fa721f8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

EssentialsPlugin/EssentialsPlugin.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193
<Compile Include="Utility\Wrapper.cs" />
194194
</ItemGroup>
195195
<ItemGroup>
196+
<None Include="app.config" />
196197
<None Include="AssemblyFileVersion.tt">
197198
<Generator>TextTemplatingFileGenerator</Generator>
198199
<LastGenOutput>AssemblyFileVersion.cs</LastGenOutput>
@@ -203,9 +204,9 @@
203204
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
204205
</ItemGroup>
205206
<ItemGroup>
206-
<Reference Include="NLog, Version=3.2.1.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
207-
<SpecificVersion>False</SpecificVersion>
208-
<HintPath>..\packages\NLog.3.2.1\lib\net45\NLog.dll</HintPath>
207+
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
208+
<HintPath>..\packages\NLog.4.1.2\lib\net45\NLog.dll</HintPath>
209+
<Private>True</Private>
209210
</Reference>
210211
<Reference Include="Sandbox.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
211212
<SpecificVersion>False</SpecificVersion>

EssentialsPlugin/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NLog" version="3.2.1" targetFramework="net45" />
3+
<package id="NLog" version="4.1.2" targetFramework="net45" />
44
</packages>

0 commit comments

Comments
 (0)