jbevain / cecil

Cecil is a library to inspect, modify and create .NET programs and libraries.
MIT License
2.77k stars 630 forks source link

Build for .net core #759

Closed Khhs167 closed 3 years ago

Khhs167 commented 3 years ago

Hi! I am a new user to cecil and i am trying to get a hello world program up and running. It builds for framework and not core(wich i am not a big fan of) and therefore it references System.Private.CoreLib instead of mscorlib.dll. Now it also cannot find mscorlib.dll, do anyone have any idea?

jbevain commented 3 years ago

Hi,

It's hard to know exactly what the issue is here. I'm going to close this as I'm afraid I can't help.

Feel free to add more details: show some code, what the error is, and we'll re-open this.