KalleOlaviNiemitalo commented on PR #3213: URL: https://github.com/apache/avro/pull/3213#issuecomment-2416051608
[Microsoft ended .NET Core 3.1 support on December 13, 2022.](https://dotnet.microsoft.com/platform/support/policy/dotnet-core), Can Apache Avro just stop building for it and testing on it? The [Supported Distributions](https://learn.microsoft.com/dotnet/core/install/linux-ubuntu#supported-distributions) table shows .NET Core 3.1 was supported on Ubuntu 20.04 and 22.04, but not 23.10 nor 24.04. <https://github.com/apache/avro/blob/290ce8e5a626d84643d89239105f94212013551c/.github/workflows/test-lang-csharp.yml#L45-L53> <https://github.com/apache/avro/blob/290ce8e5a626d84643d89239105f94212013551c/lang/csharp/common.props#L38-L45> .NET 5.0 and .NET 7.0 are likewise out of support; in contrast, .NET 6.0 is a Long Term Support release and is still supported. But if there is currently no problem testing on .NET 5.0 and .NET 7.0, then I suppose they can be kept on a best-effort basis. -- 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]
