Jens-G commented on PR #3844: URL: https://github.com/apache/thrift/pull/3844#issuecomment-5640730536
> there where some changes to what .net versions we support Not sure what the quesiton is, but try to answer the best I can: - Policy is to support what's not EOL, i.e. around November I am going to add net11 and drop 7 and 8. - Plus netstandard2.x for compatibility. In the past we had two different packages, the original NET Framework one, from which the new dotnet one emerged as a separte library package. These finally got consolidated into what we have today, essentially dropping native NET Framework in favour of netstandard2.x. So it might be well that the NET Framework you are about to remove is some relict from that time. Does that answer the question? -- 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]
