Update the SharpCompress version and fix exception

Resolve the problem where the `get_IsEncrypted` method in older versions of SharpCompress would throw an error in certain scenarios.
This commit is contained in:
ema
2024-12-08 04:38:27 +08:00
parent a3e0a58a3f
commit 54fed86f2e

View File

@@ -52,7 +52,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SharpCompress" Version="0.33.0" />
<PackageReference Include="SharpCompress" Version="0.38.0" />
<PackageReference Include="UTF.Unknown" Version="2.5.1" />
</ItemGroup>