filmor commented on a change in pull request #12193: URL: https://github.com/apache/arrow/pull/12193#discussion_r791943796
########## File path: csharp/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj ########## @@ -1,13 +1,17 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFramework>netstandard2.1</TargetFramework> + <TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks> Review comment: But then you'll depend on the `AsyncInterfaces` nuget even though they are not required for .NET Standard 2.1, right? Could be that I am misunderstanding the package resolution :) -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org