I am making a portable C# class library and I am trying to add a web service reference to my project.
Using VS 2013, I right click on the solution and in my other p
I also got the same situation where the add service reference is missing from the context menu. The most voted answer pointed me to the right direction but I did not create another project. Just rename your packages.config first (maybe to .old). This should overcome the "The selected targets require the project to opt-into NuGet 3.0 support..." error when you uncheck Windows Phone from the targets.
And yes it seems that removing Windows Phone target enables the add service reference context menu on your PCL project.