Skip to content

Can't reference a PCL project from an ASP.NET core project. #1356

Closed
@gugavaro

Description

@gugavaro

I have 3 projects:

  • My Xamarin mobile app (my UI)
  • My PCL (my Models)
  • My ASP.NET core (my Web api)

I would like to share my model project between my Xamarin UI and my ASP.NET core, so I can have a single project that holds the Models.
I can reference my PCL project from my Xamarin project without any problem, but when I try to reference the PCL from the asp.net core, the reference window does not give me any warning when I select the PCL project, but the reference does not gets added after a select and click okay.

Any hints on how to solve this issue?

thanks,
Gustavo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions