I have existing .Net libraries which work already for .Net 4.5 and Windows Phone 8.
Now I would like to convert this in a portable class library and suddenly I can't use System.Net.Sockets
anymore.
I only cheched .Net 4.5 and windows phone 8. Xbox/store app/silverlight is not selected. Xamarin is automaticly selected because it has the same requirements.
I can avoid sockets by using interfaces and stuff, but why can't I use it if they both support it?
There are other questions on stackoverflow about this but these use xbox or metro apps.