Skip to content

Commit fa35130

Browse files
Bump Serilog and Serilog.Settings.Configuration (#234)
Bumps [Serilog](https://github.com/serilog/serilog) and [Serilog.Settings.Configuration](https://github.com/serilog/serilog-settings-configuration). These dependencies needed to be updated together. Updates `Serilog` from 4.2.0 to 4.2.0 - [Release notes](https://github.com/serilog/serilog/releases) - [Commits](serilog/serilog@v4.2.0...v4.2.0) Updates `Serilog.Settings.Configuration` from 8.0.4 to 9.0.0 - [Release notes](https://github.com/serilog/serilog-settings-configuration/releases) - [Changelog](https://github.com/serilog/serilog-settings-configuration/blob/dev/CHANGES.md) - [Commits](serilog/serilog-settings-configuration@v8.0.4...v9.0.0) --- updated-dependencies: - dependency-name: Serilog dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Serilog.Settings.Configuration dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 465b803 commit fa35130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/Sample/Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="Serilog" Version="4.2.0" />
1212
<PackageReference Include="Serilog.Extensions.Hosting" Version="9.0.0" />
1313
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
14-
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.4" />
14+
<PackageReference Include="Serilog.Settings.Configuration" Version="9.0.0" />
1515
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" />
1616
<PackageReference Include="Serilog.Enrichers.HttpContext" Version="8.0.8" />
1717
<PackageReference Include="Destructurama.Attributed" Version="4.0.0" />

0 commit comments

Comments
 (0)