Skip to content

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).

@jerge jerge closed this May 5, 2025
@jscarle jscarle reopened this May 6, 2025
@jscarle jscarle enabled auto-merge May 6, 2025 00:17
@jscarle jscarle merged commit 526a4ff into jscarle:main May 6, 2025
3 checks passed
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.

3 participants