Not able to install MailKit in my project.
Install-Package : Could not install package 'MailKit 1.2.8.0'. You are trying to install this package into a project that targets
'portable-net45+win+wp80+MonoAndroid10+xamarinios10+MonoTouch10', but the package does not contain any assembly references or content files
that are compatible with that framework. For more information, contact the package author.
At line:1 char:2
+ Install-Package MailKit
+ ~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
My current profile : PCL 4.5 - Profile78
How can i solve it ?
Any idea ?