SevenZipSharp.Interop icon indicating copy to clipboard operation
SevenZipSharp.Interop copied to clipboard

Can't install in .net platform project

Open vdtoorn opened this issue 4 years ago • 1 comments

I would like to use this package in a platform project, but it is not allowed:

Error Could not install package 'SevenZipSharp.Interop.NoReferences 19.0.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.7.2', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

Could you indicate if this should be possible or not?

vdtoorn avatar Oct 02 '20 15:10 vdtoorn

I can reproduce the issue, but the interop does not contain framework compatible dll's, only the SevenzipSharp interop ones (the compiled c++ dll's from 7zip) I guess that with .NET 4.7.2 the behavior has changed. I'll investigate.

luuksommers avatar Oct 06 '20 12:10 luuksommers