" .NetPortable版本v4.5 profile259"使用Visua Studio 2017企业

时间:2017-11-21 06:43:27

标签: .net xamarin xamarin.forms visual-studio-2017

当我正在为项目安装插件时,会出现以下给出的错误以解决此问题

  

严重级代码描述项目文件行抑制状态   错误无法安装软件包' linqtotwitter 4.1.0'。您正在尝试将此软件包安装到一个针对&#; .NETPortable,Version = v4.5,Profile = Profile259'的项目中,但该软件包不包含任何与该框架兼容的程序集引用或内容文件。有关更多信息,请与软件包作者联系。 0

1 个答案:

答案 0 :(得分:0)

使用linqtotwitter预发布版本的4.2.0-beta2,因为它正确支持该配置文件。

<package id="linqtotwitter" version="4.2.0-beta2" targetFramework="portable45-net45+win8+wp8+wpa81" />

注意:您可以打开包Dependencies部分,查看Nuget.org网站上的包依赖项。

对于linqtotwitter版本= 4.2.0-beta2,您可以看到涵盖您尝试将其安装到的Profile258项目的部分(可移植类库(.NETFramework 4.5,Windows 8.0,WindowsPhoneApp 8.1)):

 Dependencies

.NETFramework 4.5

Rx-Core (>= 2.2.5)
Rx-Interfaces (>= 2.2.5)
Rx-Linq (>= 2.2.5)
Rx-Main (>= 2.2.5)
Rx-PlatformServices (>= 2.2.5)
.NETStandard 0.0

System.Reactive (>= 3.1.1)
System.Reactive.Core (>= 3.1.1)
System.Reactive.Interfaces (>= 3.1.1)
System.Reactive.Linq (>= 3.1.1)
System.Reactive.PlatformServices (>= 3.1.1)
MonoAndroid 0.0

Microsoft.Bcl (>= 1.1.10)
Microsoft.Bcl.Build (>= 1.0.21)
Microsoft.Bcl.Compression (>= 3.9.85)
Microsoft.Net.Http (>= 2.2.29)
modernhttpclient (>= 2.4.2)
Rx-Core (>= 2.2.5)
Rx-Interfaces (>= 2.2.5)
Rx-Linq (>= 2.2.5)
Rx-Main (>= 2.2.5)
Rx-PlatformServices (>= 2.2.5)
MonoTouch 0.0

Microsoft.Bcl (>= 1.1.10)
Microsoft.Bcl.Build (>= 1.0.21)
Microsoft.Bcl.Compression (>= 3.9.85)
Microsoft.Net.Http (>= 2.2.29)
modernhttpclient (>= 2.4.2)
Rx-Core (>= 2.2.5)
Rx-Interfaces (>= 2.2.5)
Rx-Linq (>= 2.2.5)
Rx-Main (>= 2.2.5)
Rx-PlatformServices (>= 2.2.5)

Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhoneApp 8.1)

Microsoft.Bcl (>= 1.1.10)
Microsoft.Bcl.Build (>= 1.0.21)
Microsoft.Bcl.Compression (>= 3.9.85)
Microsoft.Net.Http (>= 2.2.29)
modernhttpclient (>= 2.4.2)
Rx-Core (>= 2.2.5)
Rx-Interfaces (>= 2.2.5)
Rx-Linq (>= 2.2.5)
Rx-Main (>= 2.2.5)
Rx-PlatformServices (>= 2.2.5)
UAP 10.0

Rx-Core (>= 2.2.5)
Rx-Interfaces (>= 2.2.5)
Rx-Linq (>= 2.2.5)
Rx-Main (>= 2.2.5)
Rx-PlatformServices (>= 2.2.5)
Xamarin.iOS 0.0

Microsoft.Bcl (>= 1.1.10)
Microsoft.Bcl.Build (>= 1.0.21)
Microsoft.Bcl.Compression (>= 3.9.85)
Microsoft.Net.Http (>= 2.2.29)
modernhttpclient (>= 2.4.2)
Rx-Core (>= 2.2.5)
Rx-Interfaces (>= 2.2.5)
Rx-Linq (>= 2.2.5)
Rx-Main (>= 2.2.5)
Rx-PlatformServices (>= 2.2.5)