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

Commit e5649b2

Browse files
committed
Updated dependencies to SerilogWeb.Classic 4.2.41 and Serilog 2.6.0
1 parent ece8733 commit e5649b2

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

src/SerilogWeb.Classic.Mvc/SerilogWeb.Classic.Mvc.csproj

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@
4141
<HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
4242
</Reference>
4343
<Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
44-
<HintPath>..\..\packages\Serilog.2.5.0\lib\net45\Serilog.dll</HintPath>
44+
<HintPath>..\..\packages\Serilog.2.6.0\lib\net45\Serilog.dll</HintPath>
45+
<Private>True</Private>
4546
</Reference>
46-
<Reference Include="SerilogWeb.Classic, Version=3.0.0.0, Culture=neutral, PublicKeyToken=9462ddd55fbc0e7f, processorArchitecture=MSIL">
47-
<HintPath>..\..\packages\SerilogWeb.Classic.3.0.20\lib\net45\SerilogWeb.Classic.dll</HintPath>
47+
<Reference Include="SerilogWeb.Classic, Version=4.2.0.0, Culture=neutral, PublicKeyToken=9462ddd55fbc0e7f, processorArchitecture=MSIL">
48+
<HintPath>..\..\packages\SerilogWeb.Classic.4.2.41\lib\net45\SerilogWeb.Classic.dll</HintPath>
49+
<Private>True</Private>
4850
</Reference>
4951
<Reference Include="System" />
5052
<Reference Include="System.Core" />
@@ -91,7 +93,9 @@
9193
<Compile Include="SerilogWebClassicMvcLoggerConfigurationExtensions.cs" />
9294
</ItemGroup>
9395
<ItemGroup>
94-
<None Include="packages.config" />
96+
<None Include="packages.config">
97+
<SubType>Designer</SubType>
98+
</None>
9599
<None Include="SerilogWeb.Classic.Mvc.nuspec" />
96100
<None Include="SerilogWeb.snk" />
97101
</ItemGroup>

src/SerilogWeb.Classic.Mvc/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net45" />
55
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net45" />
66
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
7-
<package id="Serilog" version="2.5.0" targetFramework="net45" />
8-
<package id="SerilogWeb.Classic" version="3.0.20" targetFramework="net45" />
7+
<package id="Serilog" version="2.6.0" targetFramework="net45" />
8+
<package id="SerilogWeb.Classic" version="4.2.41" targetFramework="net45" />
99
</packages>

0 commit comments

Comments
 (0)