Add CodePages package to MPF.Library

This commit is contained in:
Matt Nadareski
2022-10-17 16:42:04 -07:00
parent e0f8443653
commit 5f059253a4
2 changed files with 2 additions and 0 deletions

View File

@@ -151,6 +151,7 @@
- Update BurnOutSharp to 2.3.4
- Add compression result reason to log
- Add System.Memory package to MPF.Library
- Add CodePages package to MPF.Library
### 2.3 (2022-02-05)
- Start overhauling Redump information pulling, again

View File

@@ -35,6 +35,7 @@
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="6.0.0" />
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>