NightOwl888 commented on code in PR #992: URL: https://github.com/apache/lucenenet/pull/992#discussion_r1813470393
########## README.md: ########## @@ -37,9 +38,9 @@ Working toward Lucene.NET 4.8.0 (currently in BETA) * The beta version is extremely stable * Has more than 7800+ passing unit tests -* Integrates well with .NET 6.0, .NET 5.0 and .NET Core 2+ +* Integrates well with .NET 8.0 and .NET 6.0 (as well as other unsupported versions) Review Comment: I was just reading a comment yesterday that I left about this. This tends to go out of date faster than we can update it. So, maybe we should just say something along the lines of "Tested daily on all [officially supported versions of .NET Core](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core)". The targets have a loose relationship with the runtimes, but I suspect anyone reading this just wants to know if their preferred runtime will work. If anyone wants to see our supported target frameworks, it is all on the NuGet package page. Maybe we should just drop a link to: https://www.nuget.org/packages/Lucene.Net/absoluteLatest#supportedframeworks-body-tab, which will always be up to date. Also, this information was copied over to our homepage, which will also need to be updated: https://lucenenet.apache.org/. At one point, these 2 descriptions were identical, but they don't remain in sync because they don't share the same source file. -- 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: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org