You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by GitBox <gi...@apache.org> on 2022/12/06 03:04:17 UTC

[GitHub] [avro] zcsizmadia commented on pull request #1956: AVRO-3670: Add NET 7.0 support

zcsizmadia commented on PR #1956:
URL: https://github.com/apache/avro/pull/1956#issuecomment-1338667032

   > Are you going publish two versions of Apache.Avro? one for 6.0 and another for 7.0?
   
   Apache.Avro and compression helpers are packaged as a class library and targeting netstandard2.0 and netstandard2.1 (Both targets are part of the published nupkg). All .NET SDKs are supported, because of the netstandard 2.x targets (including most of modern .NET Frameworks).
   
   At this time only the Avro.Tools are packaged as an executable tool and the nuget package will have all .NET versions included, 3.1, 5.0, 6.0, and 7.0. When the tool is installed, nuget installer will select the the target matching the current installation.
   
   Merging this PR will extend the supported NET SDK and not limit it. https://github.com/apache/avro/tree/master/lang/csharp#project-target-frameworks
   


-- 
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: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org