Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Net6 #50

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

A9G-Data-Droid
Copy link

I have removed all unsupported .net versions. By targeting only .netstandard2.0 this library can support any project that is Framework 4.6.2+, which is the lowest currently supported version. This has greatly simplified the codebase.

I upgraded the test project to .NET6, and moved the required CodePages calls to the constructor of ZipStorer. This proves that the change fixes the issue #43, which affects all modern users of this library due to changes in .NETCore.

 - The lowest framework supported is 4.6.2
 - Add CodePages to netstandard project to support net6
 - net6 tests prove that this closes jaime-olivares#43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant