Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serilog.AspNetCore depends on a version of Serilog.Settings.Configuration that depends on a deprecated dependency with expired signature #311

Closed
julian94 opened this issue Dec 14, 2022 · 0 comments · Fixed by #313
Labels

Comments

@julian94
Copy link
Contributor

Description
Serilog.AspNetCore depends on a version of Serilog.Settings.Configuration that depends on Microsoft.Extensions.Options 2.0.0 which was signed by a certificate that expired last year.
This caused an issue on my build servers as dotnet restore refused to restore Microsoft.Extensions.Options 2.0.0 as the signing certificate expired in 2021.

This was resolved in Serilog.Settings.Configuration 3.4.0, so I bumped my local version and that resolved my issue. But it should be bumped in this package as well.

Expected behavior
I expected the most recent version to not have any transitive dependencies on deprecated packages with expired signatures.

Relevant package, tooling and runtime versions
Using: Serilog.AspNetCore 6.1.0

Suggested fix
Update this dependency to 3.4.0 (latest).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant