Dewera / Lunar

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

Importing problems #30

Closed bacontsu closed 3 years ago

bacontsu commented 3 years ago

Predefined type 'System.Runtime.CompilerServices.IsExternallnit' is not defined or imported after i set the language version to 9.0. am i doing something wrong?

bacontsu commented 3 years ago

accidental close

bacontsu commented 3 years ago

this actually happened because i tried to import the package to .Net Framework, anyways to allow it?

Dewera commented 3 years ago

No, the library is written in .Net 5

bacontsu commented 3 years ago

No, the library is written in .Net 5

ah i was thinking to use .Net Standard but i scrapped the whole thing and remade it on .Net Core 5.0, thanks for your help!