c# - Error while installing Facebook.Client library -


i'm developing windows 8 facebook built in app in visual studio 2013. need insert login button app in order use facebook features... use facebook sdk .net , trying install facebook.client package using nuget console (install-package facebook.client -pre) annoying error:

install-package : not install package 'facebook.client 0.8.5-alpha'. trying install package project tar gets '.netframework,version=v4.5', package not contain assembly references or content files compatible tha t framework. more information, contact package author. @ line:1 char:1 + install-package facebook.client -pre + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + categoryinfo : notspecified: (:) [install-package], invalidoperationexception + fullyqualifiederrorid : nugetcmdletunhandledexception,nuget.powershell.commands.installpackagecommand

i tried change framework 4.0 (from 4.5) still same error.... must updated nuget latest version.

thank's helping, gal.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -