Skip to content

Commit 4fddd28

Browse files
committed
NLog更新
1 parent 006f945 commit 4fddd28

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

QuantBox.XAPI/QuantBox.XAPI.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7676
</PropertyGroup>
7777
<ItemGroup>
78-
<Reference Include="NLog, Version=3.2.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
78+
<Reference Include="NLog, Version=3.2.1.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
7979
<SpecificVersion>False</SpecificVersion>
80-
<HintPath>..\packages\NLog.3.2.0.0\lib\net45\NLog.dll</HintPath>
80+
<HintPath>..\packages\NLog.3.2.1\lib\net45\NLog.dll</HintPath>
8181
</Reference>
8282
<Reference Include="System" />
8383
<Reference Include="System.Core" />
@@ -117,7 +117,6 @@
117117
<ItemGroup>
118118
<None Include="packages.config" />
119119
</ItemGroup>
120-
<ItemGroup />
121120
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
122121
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
123122
Other similar extension points exist, see Microsoft.Common.targets.

QuantBox.XAPI/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="net45" />
3+
<package id="NLog" version="3.2.1" targetFramework="net45" />
44
</packages>

0 commit comments

Comments
 (0)