Updated deps

This commit is contained in:
Gilles Lazures 2026-01-28 11:00:50 +01:00
parent b21b57c446
commit aefea15f34
2 changed files with 4 additions and 1 deletions

View File

@ -14,6 +14,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SharpCompress" Version="0.34.1" />
<PackageReference Include="SharpCompress" Version="0.44.4" />
</ItemGroup>
</Project>

View File

@ -1,4 +1,7 @@
using System.Text;
using SharpCompress.Archives;
using SharpCompress.Common;
using SharpCompress.Writers;
namespace BrikPackager;