CurtHagenlocher commented on code in PR #326: URL: https://github.com/apache/arrow-dotnet/pull/326#discussion_r3135343005
########## src/Apache.Arrow.Flight.Sql/Apache.Arrow.Flight.Sql.csproj: ########## @@ -1,7 +1,8 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFramework>netstandard2.1</TargetFramework> + <TargetFramework>net8.0</TargetFramework> Review Comment: Yes, this was intentional. From what I can tell, there's no good reason to support netstandard2.1. Anything before net8.0 is out of support and anything after it should be just as compatible with net8.0 as it is with netstandard2.1. If you have a reason to think differently, let me know and I can revert the change (either before or after it's checked in ;) ) -- 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]
