Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit ef7cde5

Browse files
committed
Use serilog 2.6.0 in the test project for consistency
1 parent e5649b2 commit ef7cde5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

test/SerilogWeb.Classic.Mvc.Test/SerilogWeb.Classic.Mvc.Test.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<HintPath>..\..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
6262
</Reference>
6363
<Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
64-
<HintPath>..\..\packages\Serilog.2.7.1\lib\net45\Serilog.dll</HintPath>
64+
<HintPath>..\..\packages\Serilog.2.6.0\lib\net45\Serilog.dll</HintPath>
6565
<Private>True</Private>
6666
</Reference>
6767
<Reference Include="Serilog.Settings.AppSettings, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
@@ -181,7 +181,9 @@
181181
<Content Include="fonts\glyphicons-halflings-regular.woff" />
182182
<Content Include="fonts\glyphicons-halflings-regular.ttf" />
183183
<Content Include="fonts\glyphicons-halflings-regular.eot" />
184-
<None Include="packages.config" />
184+
<None Include="packages.config">
185+
<SubType>Designer</SubType>
186+
</None>
185187
<Content Include="Scripts\jquery-1.10.2.min.map" />
186188
</ItemGroup>
187189
<PropertyGroup>

test/SerilogWeb.Classic.Mvc.Test/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<package id="Modernizr" version="2.6.2" targetFramework="net45" />
1616
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net45" />
1717
<package id="Respond" version="1.2.0" targetFramework="net45" />
18-
<package id="Serilog" version="2.7.1" targetFramework="net45" />
18+
<package id="Serilog" version="2.6.0" targetFramework="net45" />
1919
<package id="Serilog.Settings.AppSettings" version="2.1.2" targetFramework="net45" />
2020
<package id="Serilog.Sinks.Trace" version="2.1.0" targetFramework="net45" />
2121
<package id="SerilogWeb.Classic" version="4.2.41" targetFramework="net45" />

0 commit comments

Comments
 (0)