Skip to content

Commit c85b547

Browse files
committed
Remove the System.Text.Encoding.CodePages package as it is provided by .NET 8 and newer runtimes
Fixes issue #6
1 parent f565ed8 commit c85b547

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Kavod.Vba.Compression/Kavod.Vba.Compression.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
<Description>VbaCompression library implements [MS-OVBA] Compression and Decompression algorithms used in the Office VBA File Format structures. Office VBA project contains embedded macros and custom forms for use in Microsoft Office documents.</Description>
66
</PropertyGroup>
77

8-
<ItemGroup>
9-
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
10-
</ItemGroup>
11-
128
<ItemGroup>
139
<None Include="README.md" Pack="true" PackagePath="\" />
1410
<None Include="Icon.png" Pack="true" PackagePath="\" />

0 commit comments

Comments
 (0)