-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Feature/upgrade newtonsoft.json to its latest package #2489
base: dev
Are you sure you want to change the base?
Feature/upgrade newtonsoft.json to its latest package #2489
Conversation
Solving "Project's runtime identifiers: win-x86, lock file's runtime identifiers win7-x86.The packages lock file is inconsistent" build error in .NET 9.0.
This behavior matches the behavior of async methods, where `AsyncLocal` values are allowed to flow into methods (will be useful for context-aware logging in the future), but not allowed to leak them outside of background job methods. Closes HangfireIO#2409, HangfireIO#906
…ribute` filter Restores behavior of versions before 1.8.15. Fixes HangfireIO#2482
Upgrade Newtonsoft.Json to v13.0.3 across all projects to address vulnerabilities and standardize versions This PR updates Newtonsoft.Json to version 13.0.3 across all projects for the following reasons: Fixing Vulnerabilities: Version Consistency: Hangfire.Core and related tests: 5.0.1 Future-proofing: |
No description provided.