You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
I encountered an issue with a transitive reference to System.Text.Json version 8.0.4 when using Serilog.AspNetCore version 8.0.2. The package reference is shown as a warning in the NuGet package manager (screenshot attached).
Reproduction
Add Serilog.AspNetCore version 8.0.2 to the project.
Observe the transitive dependency on System.Text.Json 8.0.4 in the package manager.
Expected behavior
Either no warning or an explanation of how this transitive dependency is safe to use.