Skip to content

Remove S.T.J dependency for net8.0#136

Merged
martincostello merged 2 commits intomainfrom
gh-134
May 9, 2025
Merged

Remove S.T.J dependency for net8.0#136
martincostello merged 2 commits intomainfrom
gh-134

Conversation

@martincostello
Copy link
Copy Markdown
Member

@martincostello martincostello commented May 8, 2025

Resolves #134.

Changes

Remove package reference when targeting net8.0 (and greater) to instead depend on the in-box reference provided by the installed framework.

Merge requirement checklist

  • Unit tests added/updated
  • CHANGELOG.md file updated for non-trivial changes
  • Changes in public API reviewed (if applicable)

Remove package reference when targeting `net8.0` (and greater) to instead depend on the in-box reference.

Resolves #134.
Add change and link.
@github-advanced-security
Copy link
Copy Markdown

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

Copy link
Copy Markdown
Contributor

@matt-hensley matt-hensley left a comment

Choose a reason for hiding this comment

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

LGTM!

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.

Leverage System.Text.Json from framework

3 participants