Hi,
I've got a bunch of .dlls that I need to reference on severals projects in Xamarin.Android. There is a main assembly which depends from other assemblies. I think a good way to achive this is to add ALL those assemblies into the GAC. I'm currently working on a Mac.
Do I need to strong name the assemblies right? How can I do this? How can I install then the assemblies into the GAC?
After installing the assemblies into the GAC, Am I able to see them in the "references" list? I've read somewhere that to enlist my assemblies into the references list I need to create a "package".
Some one can help me?
thanks
F
Posts
The GAC has nothing to do with the Add References Dialog, so no that is not the way to go.