I needed to copy an entire class into my PCL project (Xamrin.Forms). And it is giving error in three using which are:
using System.Web; using System.Net.Sockets; using System.Security.Cryptography;
I tried to install via NuGet and I can not say. It is not compatible with a PCL project.
The 'System.Net.Sockets 4.3.0' package could not be installed. You you are trying to install this package on a project that is intended to '.NETPortable, Version = v4.5, Profile = Profile111', but the package does not contains no assembly or content file reference that is compatible with this structure. For more information, contact the package author.
How do I resolve this? I need these DLLs because there are references to them in the project.