zcsizmadia commented on pull request #1366: URL: https://github.com/apache/avro/pull/1366#issuecomment-945925320
The side effect of this change will be that the produced nuget package will grow in size without any real benefit. The produced libs for net5.0 will be pretty much the same (even in performance) what was produced for netstandard (since there is no NET5 defines in the code). Since netcoreapp2.1 is EOL since August, it might be a better solution to remove netcoreapp2.1 from TargetFrameworks (all csproj files, not only Avro.main) -- 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]
