Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
demberto opened this issue May 9, 2022 · 1 comment

Comments

@demberto
Copy link

demberto commented May 9, 2022

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 demberto changed the title .NET 4.8 error Wrong version of System.Runtime.CompilerServices.Unsafe used for .NET 4.8 May 9, 2022
@fpl9000
Copy link

fpl9000 commented Jul 20, 2023

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

PeNet Error with stack trace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants