Any restriction on Target framework?

AZSAZS Member Posts: 1
Hi there,

I am developing an extension for Nav13 with .NetCore 2.0 to talk to AWS.SNS! My library passes all testes and can talk to its small-dummy-commandline program in Linux, Mac and Windows. However, when I am importing it and want to use it inside the Nav13, to make it functional, I have to build against .NetFramwork target (4.5 in my case). If I build against any other target, I do face a `System.typeLoadException` runtime error. Given the fact, that being cross platform is the whole purpose of .NetCore, do I miss something, or is this another limitation in Nav13!?

Thanks!
Sign In or Register to comment.