Error when installing NuGet package 'Facebook 6.1.2' Windows 8 App

偶尔善良 提交于 2019-12-01 23:43:27

Details at https://github.com/facebook-csharp-sdk/facebook-csharp-sdk/issues/199

TLDR;

we now store the facebook.dll for win store apps in win8 folder rather than winRT45 which is only understood by nuget 2.1+. So make sure your nuget package manager is up to date.

It's possible that the Facebook 6.1.2 package is not targeted to version 4.5 of the .Net framework.

Try targetting version 4.0 in you're Windows 8 App project.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!