Reputation:
I am trying to reference a public class in my portable project from the UWP project but it does not allow me to.
Here is my project file structure:
[
Here is the class located in the portable project:
Here is the class located in the UWP project, you'll notice it cannot access the class from the portable project:
And here's what happens when I use the dot operator, the UWP namespace is the only thing that appears.
Any ideas on why I cannot access the public class in the portable project? Or how I can access that class?
Thanks!
Upvotes: 1
Views: 289
Reputation:
Thank you Ken Tucker your question shed light on the issue.
Windows 10 was not selected in the targets.
I did the following:
Glad it was an easy solution!
Upvotes: 0