-1

I want to use XLAB Nugget in a shared project but i could not find "Add Nuget" option in shared project.

Any Clue?

Thanks

Brijesh
  • 369
  • 2
  • 10

1 Answers1

2

Have a look at this guide. You don't have references in a shared project. A shared project is included as a reference in another project (which would contain your XLabs reference).

AllDayer
  • 993
  • 1
  • 9
  • 20
  • Thanks for your reply and I added the reference to Droid Project but it is still not accessible in XAML (Xamarin Project) – Brijesh Mar 21 '16 at 06:10
  • 1
    @Brijesh You're going to have to post some code before I can help you. Have you added the xlabs namespace reference? `xmlns:labs="clr-namespace:XLabs.Forms.Controls;assembly=XLabs.Forms"` and then `` – AllDayer Mar 21 '16 at 22:38