Skip to content

Conversation

paulirwin
Copy link
Contributor

  • You've read the Contributor Guide and Code of Conduct.
  • You've included unit or integration tests for your change, where applicable.
  • You've included inline docs for your change, where applicable.
  • There's an open issue for the PR that you are making. If you'd like to propose a change, please open an issue to discuss the change or find an existing issue.

Drops the .NET Standard 2.1 (netstandard2.1) target and .NET 6 tests for it.

Fixes #1040

Description

In draft until agreement is reached that we should drop this target, and to ensure tests/workflows pass. See rationale in discussion of #1040. Only Unity and Mono are currently supported runtimes that can use it, and both can use the .NET Standard 2.0 target. (Mono should even be able to use the .NET Framework target.)

Note that the GitHub workflow files previously had a UTF-8 BOM. When running the script to generate the workflows, it removed the BOM.

@paulirwin paulirwin added the notes:breaking-change Has changes that will break backward compatibility label Sep 29, 2025
@paulirwin
Copy link
Contributor Author

Update: The run succeeded on Azure DevOps Pipelines.

@paulirwin paulirwin marked this pull request as ready for review October 1, 2025 12:45
@paulirwin paulirwin mentioned this pull request Oct 1, 2025
1 task
@paulirwin paulirwin requested a review from NightOwl888 October 1, 2025 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
notes:breaking-change Has changes that will break backward compatibility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop .NET Standard 2.1 target
1 participant