Apply Zip encoding patch from GordonJ

This commit is contained in:
Matt Nadareski
2021-09-08 22:52:23 -07:00
parent 00e0663ff3
commit 20b5266c54
4 changed files with 27 additions and 5 deletions

View File

@@ -15,7 +15,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="SharpCompress" Version="0.26.0" />
<PackageReference Include="SharpCompress" Version="0.28.3" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="5.0.0" />
</ItemGroup>
</Project>