Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 91519

Not able to install MailKit

$
0
0

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 ?


Viewing all articles
Browse latest Browse all 91519

Trending Articles