DotNetZip.Semverd icon indicating copy to clipboard operation
DotNetZip.Semverd copied to clipboard

Self-extracting zip file, netstandard and .NET 4.6.1

Open tstedel opened this issue 6 years ago • 2 comments

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.

tstedel avatar Mar 01 '19 21:03 tstedel

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

tanasiciuc avatar Mar 07 '19 11:03 tanasiciuc

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.

haf avatar Sep 11 '19 08:09 haf