haf / DotNetZip.Semverd

Please use System.IO.Compression! A fork of the DotNetZip project without signing with a solution that compiles cleanly. This project aims to follow semver to avoid versioning conflicts. DotNetZip is a FAST, FREE class library and toolset for manipulating zip files. Use VB, C# or any .NET language to easily create, extract, or update zip files.
Other
545 stars 218 forks source link

Reorganize project to create a .netstandard 2.0 library as well as upgrade to .Net 4.8 for anything targeting .Net Framework #270

Open jshergal opened 1 year ago

jshergal commented 1 year ago

@haf This is just a stub issue, but I think it would be good to update and potentially simplify the whole project. It would be a good first step to move everything into the new .Net SDK project format and then we could discuss what kind of reorganization could be done to clean it up a bit. I would suggest potentially moving the code to use GitHub Actions for building, etc. It is a tall order, but I think step by step it would make the project more maintainable and the build system a bit cleaner.