mirror of
https://github.com/kwsch/pkNX.git
synced 2026-05-23 04:56:16 -05:00
13 lines
295 B
XML
13 lines
295 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<Description>Packing & Unpacking</Description>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="K4os.Compression.LZ4.Streams" Version="1.3.6" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|