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

How to create sfx file in dotnet core 3.1 #249

Closed RenjithPr90 closed 1 year ago

RenjithPr90 commented 2 years ago

Hi, I am not able to create sfx file in dotnet core 3.1 with latest dotnetzip package. No selfextractionsaveoption is found

jshergal commented 1 year ago

The SaveSelfExtractor method is only available on a windows platform using the .Net 4.0 Framework version of the library. It is not available in the .Net Standard 2.0 version.