adamreeve commented on code in PR #33893:
URL: https://github.com/apache/arrow/pull/33893#discussion_r1088384774


##########
csharp/src/Apache.Arrow.Compression/Apache.Arrow.Compression.csproj:
##########
@@ -0,0 +1,17 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+  <PropertyGroup>
+    <TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
+  </PropertyGroup>
+
+  <ItemGroup>
+    <PackageReference Include="CommunityToolkit.HighPerformance" 
Version="8.0.0" />

Review Comment:
   This dependency is only needed for the  `AsStream` extension methods on 
`Memory<byte>` and `ReadOnlyMemory<byte>` which could be re-implemented if we 
wanted to minimize extra dependencies.



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

Reply via email to