My PCL project is setup with these targets:
- .NET Framework 4
- Silverlight 5
- Windows 8
- Windows Phone 8.1
- Windows Phone Silverlight 8
I created the PCL target for my nuspec file using the NuGet Package Explorer.
My target looks like this: lib\portable-net4+sl5+wp8+win8
.
If I create a Windows 8 test project, I can find the latest version of my library in NuGet. If I create a Windows Phone 8.1 project, this version does not show up.
What am I doing wrong here?