paulirwin opened a new pull request, #1193: URL: https://github.com/apache/lucenenet/pull/1193
- [X] You've read the [Contributor Guide](https://github.com/apache/lucenenet/blob/master/CONTRIBUTING.md) and [Code of Conduct](https://www.apache.org/foundation/policies/conduct.html). - [X] You've included unit or integration tests for your change, where applicable. - [ ] You've included inline docs for your change, where applicable. - [X] There's an open issue for the PR that you are making. If you'd like to propose a change, please [open an issue](https://github.com/apache/lucenenet/issues/new/choose) 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
