Open hhblaze opened 5 years ago
.Net core 2.2:
Error:
[ERROR] Failed to resolve a type, check if all dependencies are present in the correct version. Exception: dnlib.DotNet.TypeResolveException: Could not resolve type: System.Runtime.CompilerServices.ICriticalNotifyCompletion (System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a)
Project file: `<project ...>
`
Tried to obfuscate .NetCore app and got an error. What is about moving to the newest dnlib with stronger .Net Core support?
Program is quite big, and starts from async Main