Skip to content

Netstandard21 #1

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Netstandard21 #1

wants to merge 2 commits into from

Conversation

jerge
Copy link

@jerge jerge commented May 5, 2025

Summary

This PR adds support for netstandard2.1 as requested.

Changes

  • Sets the target framework of the main library to netstandard2.1.
  • Adds an explicit reference to System.Text.Json version 6.0.11 (compatible with netstandard2.1).
  • Adds an explicit reference to System.Collections.Immutable version 9.0.4.
  • Replaces UnconditionalSuppressMessage with SuppressMessage due to visibility constraints in netstandard2.1.
  • Updates the test project to target net8.0 (required to support System.Collections.Immutable 9.0.4).

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.

1 participant