xoofx / LibObjectFile

LibObjectFile is a .NET library to read, manipulate and write linker and executable object files (e.g ELF, PE, DWARF, ar...)
BSD 2-Clause "Simplified" License
159 stars 11 forks source link

using the DLL in .Net Framework 4.8 #21

Closed arrow0123 closed 2 years ago

arrow0123 commented 2 years ago

I have a project that is targeted to .Net Framework 4.8 und need this library for my project.

Is it possible to use this library in .Net Framework 4.8?

xoofx commented 2 years ago

Is it possible to use this library in .Net Framework 4.8?

Nope. The library is only supporting .NET Standard 2.1+