Skip to content

Conversation

@vbreuss
Copy link
Member

@vbreuss vbreuss commented Jan 23, 2026

This PR fixes an issue where System.Text.Json version 10.0.2 was incorrectly specified for .NET 6.0 and .NET 8.0 target frameworks. The fix pins appropriate framework-specific versions using exact version notation.

Changes:

  • Freeze System.Text.Json to version 6.0.11 for .NET 6.0 targets
  • Freeze System.Text.Json to version 8.0.6 for .NET 8.0 targets

@vbreuss vbreuss self-assigned this Jan 23, 2026
Copilot AI review requested due to automatic review settings January 23, 2026 15:25
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes an issue where System.Text.Json version 10.0.2 was incorrectly specified for .NET 6.0 and .NET 8.0 target frameworks. The fix pins appropriate framework-specific versions using exact version notation.

Changes:

  • Freeze System.Text.Json to version 6.0.11 for .NET 6.0 targets
  • Freeze System.Text.Json to version 8.0.6 for .NET 8.0 targets

@vbreuss vbreuss changed the title fix: freeze System.Text.Json versions for older frameworks fix: pin System.Text.Json versions for older frameworks Jan 23, 2026
@vbreuss vbreuss enabled auto-merge (squash) January 23, 2026 15:25
@sonarqubecloud
Copy link

@vbreuss vbreuss disabled auto-merge January 23, 2026 15:28
@vbreuss vbreuss enabled auto-merge (squash) January 23, 2026 15:28
@vbreuss vbreuss merged commit c9a2dd8 into main Jan 23, 2026
10 checks passed
@vbreuss vbreuss deleted the topic/fix-system.text.json-version-for-older-frameworks branch January 23, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants