mirror of
https://github.com/kwsch/pkNX.git
synced 2026-04-24 14:56:50 -05:00
12 lines
249 B
XML
12 lines
249 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<Description>Packing & Unpacking</Description>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="K4os.Compression.LZ4.Streams" Version="1.3.8" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|