Share library with .net projects

I have some a .net standard library project, with very basic .net code.
Ithis library is used in “standard” full framework & Xamarin (iOS/Android) project, I would like to reuse it also in a FEZ/TinyCLR project.
Is it possible?
Thank you.

Yea just copy the code into the project, and fix the compile errors.

1 Like

If you want to compile the same code in many different project flavors, see : https://old.ghielectronics.com/community/forum/topic?id=20173

That’s a post in the ‘old’ GHI forum. The same post in this newer forum has some formatting problems that make it hard to make sense of, but can be found here: Using Shared Projects with NETMF

2 Likes