Skip to content
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

Added net9.0 target + tests #122

Merged
merged 3 commits into from
Nov 20, 2024
Merged

Added net9.0 target + tests #122

merged 3 commits into from
Nov 20, 2024

Conversation

NightOwl888
Copy link
Owner

@NightOwl888 NightOwl888 commented Nov 18, 2024

Closes #119.

  • Added target and tests for net9.0
  • Removed target for net6.0
  • Changed to use net6.0 as the target to test netstandard2.1
  • Fixed sort order for tests so J2N.Tests.dll runs first
  • Removed support for binary serialization in net9.0 (it is deprecated in net8.0 and lower)
  • Suppressed CA2265 build warnings, since we intend to compare against a default ReadOnlySpan<char> instance rather than empty.
  • Changed publish output to publish each project to an individual directory

@NightOwl888 NightOwl888 merged commit 0b59f94 into main Nov 20, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
notes:new-feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tests/target for net9.0
2 participants