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

Add additional TFM to remove polyfill packages #291

Open thompson-tomo opened 5 months ago

thompson-tomo commented 5 months ago

Is your feature request related to a problem? Please describe.

I want to minimise dependencies in my project by utilising framework dependencies wherever possible

Describe the solution you'd like

A new TFM is added net Standard 2.1 &/or NET 6 The existing dependencies are only added for net standard 2.0

Describe alternatives you've considered

Accept the additional dependency

Additional context

n/a