A Trying to share some classes between the three layer of my application.
- Universal Windows Platform project (UWP on Raspberry Pi IoT)
- .NET Core Web Api project
- Asp.Net Core project
Witch project type should I use to share code and classes between those three project? I'm planning to store DTOs object/interface and some Enums in these librairy.
I've try so far, without success - .Net Standard 2 - UWP Class Library
Any idea?