Dewera / Lunar

A lightweight native DLL mapping library that supports mapping directly from memory
MIT License
585 stars 102 forks source link

dotnet Standard #1

Closed ToshiroZ closed 4 years ago

ToshiroZ commented 4 years ago

Changing project type to dotnet standard with a nuget package would be nice for those who use dotnet framework for the winforms

Dewera commented 4 years ago

Unfortunately critical parts of the codebase rely on functionality not present in .Net standard and I'm not prepared to write and maintain a seperate version using older, slower API's.