adamreeve commented on code in PR #33893: URL: https://github.com/apache/arrow/pull/33893#discussion_r1118236985
########## 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: Thanks Eric, your issue prompted me to dig more into the `K4os` library though and I realised that since I initially started working on this, a new API has been added that allows using the frame format with more types than just `Stream`, so I've switched to this and removed the `CommunityToolkit.HighPerformance` dependency. -- 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]
