PeNet icon indicating copy to clipboard operation
PeNet copied to clipboard

Wrong version of `System.Runtime.CompilerServices.Unsafe` used for .NET 4.8

Open demberto opened this issue 2 years ago • 1 comments

PeNet seems to require System.Runtime.CompilerServices.Unsafe v4.0.4.1 (Nuget 4.5.3) but installs Nuget v6.0.0 (which I think is for .NET 6 and not .NET 4.8). I get the error that the specified file cannot be found.

Adding the required version to GAC works.

demberto avatar May 09 '22 09:05 demberto

I see the same issue using the .netstandard 2.0 version of PeNet 3.0.0 (see screenshot).

PeNet Error with stack trace

fpl9000 avatar Jul 20 '23 13:07 fpl9000