Add SharpCompress <PackageReference/> to EmuHawk

This commit is contained in:
YoshiRulz 2020-05-04 05:41:36 +10:00
parent 73231a59a9
commit b3b5dcf64d
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 0 deletions
src/BizHawk.Client.EmuHawk

View File

@ -99,6 +99,7 @@
Private="true"
SpecificVersion="false" />
<PackageReference Include="OpenTK.GLControl" Version="3.0.1" PrivateAssets="all" />
<PackageReference Include="SharpCompress" Version="0.24.0" PrivateAssets="all" />
<PackageReference Include="SharpZipLib" Version="1.1.0" PrivateAssets="all" />
<Reference Include="SlimDX"
HintPath="$(ProjectDir)../../References/x64/SlimDX.dll"