Update NLog

This commit is contained in:
Samuele E. Locatelli
2018-03-27 14:32:49 +02:00
parent 2ff650ddc8
commit bee669c52f
4 changed files with 456 additions and 320 deletions
+6 -5
View File
@@ -124,7 +124,7 @@
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.4.13\lib\net45\NLog.dll</HintPath>
<HintPath>..\packages\NLog.4.5.0\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="StackExchange.Redis, Version=1.2.6.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\StackExchange.Redis.1.2.6\lib\net46\StackExchange.Redis.dll</HintPath>
@@ -140,6 +140,9 @@
<Reference Include="System.IO.Compression" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.WebRequest" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Transactions" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
@@ -334,13 +337,11 @@
</Content>
<Content Include="Reports\Report_F.rdlc" />
<Content Include="Reports\Report_S.rdlc" />
<None Include="Resources\CMS\ReportFull_Vers3.rdl" />
<Content Include="NLog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="NLog.config" />
<None Include="NLog.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Resources\CMS\ReportFull_Vers3.rdl" />
<None Include="Resources\CMS\Report_C.rdl">
<SubType>Designer</SubType>
</None>
+447 -312
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
+3 -3
View File
@@ -30,9 +30,9 @@
<package id="Microsoft.Web.RedisSessionStateProvider" version="2.2.6" targetFramework="net462" />
<package id="Modernizr" version="2.8.3" targetFramework="net45" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net462" />
<package id="NLog" version="4.4.13" targetFramework="net462" />
<package id="NLog.Config" version="4.4.13" targetFramework="net462" />
<package id="NLog.Schema" version="4.4.13" targetFramework="net462" />
<package id="NLog" version="4.5.0" targetFramework="net462" />
<package id="NLog.Config" version="4.5.0" targetFramework="net462" />
<package id="NLog.Schema" version="4.5.0" targetFramework="net462" />
<package id="popper.js" version="1.14.1" targetFramework="net462" />
<package id="StackExchange.Redis" version="1.2.6" targetFramework="net462" />
<package id="StackExchange.Redis.StrongName" version="1.2.6" targetFramework="net462" />