DinoChiesa / DotNetZip

Library for creating and reading .ZIP files from a .NET Language
Other
120 stars 41 forks source link

Support net6.0 #14

Closed IgorMilavec closed 3 years ago

IgorMilavec commented 3 years ago

DotNetZip 1.15 references System.Security.Permissions (>= 5.0.0 && < 6.0.0), which is not compatible with version 6.0.0 brought by net6.0.

IgorMilavec commented 3 years ago

Nevermind, I was able to migrate to System.IO.Compression.