1
votes

I have a windows 8.1 universal app. One part is desktop/tablet app and one is Windows phone.

I have been downloading all external libraries via nugget into the Windows 8.1 and now my Windows Phone doesn't recognize it.

How can i reference it all under one "umbrella" or point the Windows Phone reference folder towards references in windows 8.1?

1

1 Answers

3
votes

If I understand it correctly. you added some Nuget packages to the Windows project and you have code in your Shared project that uses them, so the app does not build for Windows Phone.

The solution is to add the same Nuget packages to your Windows Phone project.