CurtHagenlocher commented on code in PR #44133: URL: https://github.com/apache/arrow/pull/44133#discussion_r1772019163
########## csharp/src/Apache.Arrow/Apache.Arrow.csproj: ########## @@ -8,10 +8,10 @@ </PropertyGroup> <PropertyGroup> - <TargetFrameworks>netstandard2.0;net6.0;net8.0;net462</TargetFrameworks> + <TargetFrameworks>netstandard2.0;net6.0;net8.0;net472</TargetFrameworks> Review Comment: We still want to support net462 in the core Arrow project because it's not yet at end-of-life. The change to net472 should be in Apache.Arrow.Flight.csproj. -- 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]
