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

Commit 9e9ef9e

Browse files
committed
Updated NLog
1 parent b924106 commit 9e9ef9e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//49
1+
//50
22
//
33
// This code was generated by a tool. Any changes made manually will be lost
44
// the next time this code is regenerated.
55
//
66

77
using System.Reflection;
88

9-
[assembly: AssemblyFileVersion("1.0.1.49")]
10-
[assembly: AssemblyVersion("1.0.1.49")]
9+
[assembly: AssemblyFileVersion("1.0.1.50")]
10+
[assembly: AssemblyVersion("1.0.1.50")]

GetOutOfMySandbox/GetOutOfMySandbox.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@
3232
<PlatformTarget>x64</PlatformTarget>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="NLog">
36-
<HintPath>packages\NLog.3.2.0.0\lib\net40\NLog.dll</HintPath>
35+
<Reference Include="NLog, Version=3.2.1.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
36+
<SpecificVersion>False</SpecificVersion>
37+
<HintPath>packages\NLog.3.2.1\lib\net40\NLog.dll</HintPath>
3738
</Reference>
3839
<Reference Include="Sandbox.Common">
3940
<HintPath>..\..\SEServerExtender\SEServerExtender\bin\x64\Release\Sandbox.Common.dll</HintPath>

GetOutOfMySandbox/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.0.0" targetFramework="net40" />
3+
<package id="NLog" version="3.2.1" targetFramework="net40" />
44
</packages>

0 commit comments

Comments
 (0)