blob: 4a428cc52d5722e9b587bcb534f50aa6be61115d [file]
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net8.0;net462</TargetFrameworks>
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible($(TargetFramework), 'net8.0'))">true</IsAotCompatible>
<Description>Provides decompression support for the Arrow IPC format</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="K4os.Compression.LZ4.Streams" />
<PackageReference Include="ZstdSharp.Port" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Apache.Arrow\Apache.Arrow.csproj" />
</ItemGroup>
</Project>