Add MS ZipFile package to MPF.Library

This commit is contained in:
Matt Nadareski
2022-10-17 21:04:58 -07:00
parent ca767cf576
commit 7c411d36db
2 changed files with 2 additions and 0 deletions

View File

@@ -154,6 +154,7 @@
- Add CodePages package to MPF.Library
- Remove extraneous packages
- Change location of dumping info
- Add MS ZipFile package to MPF.Library
### 2.3 (2022-02-05)
- Start overhauling Redump information pulling, again

View File

@@ -33,6 +33,7 @@
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
<PackageReference Include="System.IO.Compression.ZipFile" Version="4.3.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.4.3">
<PrivateAssets>all</PrivateAssets>