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

Self-extracting zip file, netstandard and .NET 4.6.1 #166

Open tstedel opened 5 years ago

tstedel commented 5 years ago

We ran into a problem where the self-extracting executables we were creating were DOA because we are targeting 4.6.1, which 'technically' supports netstandard 2.0. However, this support requires binding redirects on the corresponding .exe.config file. Without that it will fail with FileLoadException's.

tanasiciuc commented 5 years ago

I have the same problem with net 4.7.1 target. What redirects did you put in config file?

haf commented 5 years ago

Thanks for reporting this bug/problem, and sorry about the delay in getting back to you. This is a self-service repository, where I merge PRs and where the merging of PRs causes nugets to be pushed automatically (if you bump the version number in your PR). I'll leave this issue open until someone (or yourself) fixes it.