Facebook.Client 包安装错误
Facebook.Client package installing error
我正在尝试在我的 Visual Studio 项目中安装 Facebook.Client 包,但失败并显示以下消息:
Install-Package : Could not install package 'Facebook.Client 1.0.4'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', 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.
Facebook.Client
适用于 Windows 商店和 Windows Phone 应用。来自 readme:
The Facebook C# SDK for Windows & Windows Phone helps .NET developers build Windows Phone and Windows Store applications that integrate with Facebook.
由于您的项目以 .NET Framework 4.5 为目标,我假设您正在构建桌面或 ASP.NET 应用程序。您正在寻找的是 Facebook C# SDK.
我正在尝试在我的 Visual Studio 项目中安装 Facebook.Client 包,但失败并显示以下消息:
Install-Package : Could not install package 'Facebook.Client 1.0.4'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', 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.
Facebook.Client
适用于 Windows 商店和 Windows Phone 应用。来自 readme:
The Facebook C# SDK for Windows & Windows Phone helps .NET developers build Windows Phone and Windows Store applications that integrate with Facebook.
由于您的项目以 .NET Framework 4.5 为目标,我假设您正在构建桌面或 ASP.NET 应用程序。您正在寻找的是 Facebook C# SDK.