We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please fix the reference to vulnerable Newtonsoft.Json versions, which cause build warnings/errors when building on .NET 9:
Newtonsoft.Json
Package 'Newtonsoft.Json' 11.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-5crp-9r3c-p9vr [net9.0] │ ├─ Hangfire.AspNetCore (v1.8.15) │ └─ Hangfire.NetCore (v1.8.15) │ └─ Hangfire.Core (v1.8.15) │ └─ Newtonsoft.Json (v11.0.1) ├─ Hangfire.Core (v1.8.15) │ └─ Newtonsoft.Json (v11.0.1) └─ Hangfire.SqlServer (v1.8.15) └─ Hangfire.Core (v1.8.15) └─ Newtonsoft.Json (v11.0.1)
The text was updated successfully, but these errors were encountered:
Hi @mikernet, the very same issue is reported here: #2468
Sorry, something went wrong.
No branches or pull requests
Please fix the reference to vulnerable
Newtonsoft.Json
versions, which cause build warnings/errors when building on .NET 9:The text was updated successfully, but these errors were encountered: