【问题标题】:".NetPortable version v4.5 profile259" using Visua Studio 2017 enterprise《.NetPortable v4.5 profile259版》使用Visua Studio 2017企业版
【发布时间】:2018-05-04 13:02:51
【问题描述】:

在为项目安装插件时,出现以下错误以解决此问题

严重性代码描述项目文件行抑制状态 错误无法安装软件包“linqtotwitter 4.1.0”。您正在尝试将此包安装到以“.NETPortable,Version=v4.5,Profile=Profile259”为目标的项目中,但该包不包含任何与该框架兼容的程序集引用或内容文件。有关详细信息,请联系包作者。 0

【问题讨论】:

  • 最后一个明确声明它仍然支持 PCL 项目的版本是 3.1.2。看起来 4.x 版正在转向 .NET Standard,这是未来。

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


【解决方案1】:

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

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

注意:您可以通过打开包Dependencies 部分来检查 Nuget.org 站点上的包依赖关系。

对于 linqtotwitter version= 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)

【讨论】:

    猜你喜欢
    • 2018-09-13
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-10-18
    • 2018-07-03
    • 2015-10-12
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多