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

Bump Serilog.AspNetCore from 2.1.1 to 3.2.0 #119

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump Serilog.AspNetCore from 2.1.1 to 3.2.0
Bumps [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) from 2.1.1 to 3.2.0.
- [Release notes](https://github.com/serilog/serilog-aspnetcore/releases)
- [Commits](serilog/serilog-aspnetcore@v2.1.1...v3.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Nov 12, 2019
commit ea255ece3eee713f3c7e1a66d47ac57aef8df93c
2 changes: 1 addition & 1 deletion src/SqlStreamStore.Server/SqlStreamStore.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="2.2.0" />
<PackageReference Include="Serilog" Version="2.8.0" />
<PackageReference Include="Serilog.AspNetCore" Version="2.1.1" />
<PackageReference Include="Serilog.AspNetCore" Version="3.2.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
<PackageReference Include="SqlStreamStore.MsSql" Version="$(LibraryVersion)" />
<PackageReference Include="SqlStreamStore.MySql" Version="$(LibraryVersion)" />
Expand Down