2019-07-28 23:04:23 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-12-24 17:47:49 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2020-01-03 00:36:37 +00:00
|
|
|
|
<Platforms>AnyCPU;x64</Platforms>
|
2019-12-24 17:47:49 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Genbox.AlphaFS" Version="2.2.2.1" />
|
|
|
|
|
<PackageReference Include="K4os.Compression.LZ4.Streams" Version="1.1.11" />
|
|
|
|
|
<PackageReference Include="SharpZipLib" Version="1.2.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="Properties\" />
|
|
|
|
|
</ItemGroup>
|
2019-07-28 23:04:23 +00:00
|
|
|
|
</Project>
|