我正在尝试在我的c#控制台应用程序中安装Google.Apis.Blogger.v3。
但我收到错误
"' Google.Apis.Blogger.v3'无法安装,因为它不是 与解决方案中的任何项目兼容。包裹没有 针对任何框架。 nuget package"。
答案 0 :(得分:0)
我认为你在谈论这个方案:Google.Apis.Blogger.v3。如您所见,它支持以下平台:
Supported Platforms:
- .NET Framework 4 and 4.5
- Windows Store apps
- Windows Phone 7.5 and 8
- Portable Class Libraries
我认为您的项目定位到.NET Framework 4 Client Profile
,默认情况下。因此,您应该在解决方案资源管理器中右键单击您的项目,选择Properties
,然后在Application
标签上选择.NET Framework 4
(不Client Profile
)
答案 1 :(得分:0)
与Google.apis.customsearch相同的问题。在Visual Studio 2010中,我终于能够在几个步骤后安装:
Install-Package Google.Apis.Customsearch.v1