You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/01/25 17:15:53 UTC

[GitHub] [arrow] eerhardt commented on a change in pull request #12193: ARROW-15381: [C#] Bump dependencies for C# Arrow.Flight and allow netstandard2.0

eerhardt commented on a change in pull request #12193:
URL: https://github.com/apache/arrow/pull/12193#discussion_r791929800



##########
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:
       ```suggestion
       <TargetFramework>netstandard2.0</TargetFramework>
   ```
   
   We don't have any `#if`s in this project, so there is no reason to build it twice.




-- 
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-unsubscribe@arrow.apache.org

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