Hi,
I want to reuse a dll reference (is a part of our multilayer architecture) on my xamarin forms project that includes EntityFramwork dll.
However I can not build my project because of entity framework.
In xamarin forms application the enity framework functions will not be used.
Do you know how to build my xamarin forms project without include the entity framework dll on the build?
Thank you in advance.
Christos