You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "teo-tsirpanis (via GitHub)" <gi...@apache.org> on 2023/03/17 21:45:53 UTC

[GitHub] [arrow] teo-tsirpanis commented on a diff in pull request #34618: GH-25163: [C#] Support half-float arrays.

teo-tsirpanis commented on code in PR #34618:
URL: https://github.com/apache/arrow/pull/34618#discussion_r1140739008


##########
csharp/src/Apache.Arrow/Apache.Arrow.csproj:
##########
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
-    <TargetFrameworks>netstandard1.3;netstandard2.0;netcoreapp3.1</TargetFrameworks>
+    <TargetFrameworks>netstandard1.3;netstandard2.0;netcoreapp3.1;net6.0</TargetFrameworks>

Review Comment:
   How about I remove .NET Standard 1.3 and .NET Core 3.1?



-- 
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