Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always explicitly reference System.Text.Json dependencies
Motivation ---------- The source generated JSON serializer is sometimes incorrectly generated with the bug dotnet/runtime#96404 still present. We believe this is because in some environments Yardarm is still using System.Text.Json 8.0.0 to perform source generation. Modifications ------------- Always explicitly reference the latest System.Text.Json version, rather than only for targets < .NET 8. Fixes #277
- Loading branch information