CurtHagenlocher commented on code in PR #284: URL: https://github.com/apache/arrow-dotnet/pull/284#discussion_r2935984513
########## src/Apache.Arrow.Serialization/Apache.Arrow.Serialization.csproj: ########## @@ -0,0 +1,20 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <TargetFramework>net8.0</TargetFramework> + <Nullable>enable</Nullable> + <ImplicitUsings>enable</ImplicitUsings> + <Description>Source-generated Apache Arrow serialization for .NET. Provides [ArrowSerializable] attribute and IArrowSerializer<T> interface for compile-time Arrow schema derivation, serialization, and deserialization.</Description> Review Comment: I think we don't need to worry about `net6.0` as it's out of support and we'll probably remove it as a build target after the next release. The inability to use with `net472` or `netstandard2.0` is a greater loss and it might be worth a quick test to see how hard it would be to add support for those. -- 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]
