首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何安装ServiceStack.Interfaces?

如何安装ServiceStack.Interfaces?
EN

Stack Overflow用户
提问于 2014-09-03 21:50:31
回答 2查看 1.2K关注 0票数 2

我尝试过在ServiceStack框架 4.0和.Net 4.5应用程序上安装.Net。我两次都犯了同样的错误:

代码语言:javascript
复制
Install failed. Rolling back...
Install-Package : Could not install package 'ServiceStack.Interfaces 4.0.31'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.0', but the package does not contain any 
assembly references that are compatible with that framework. For more information, contact the package author.
At line:1 char:1
+ Install-Package Servicestack
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Install-Package], InvalidOperationException
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand

代码语言:javascript
复制
Install failed. Rolling back...
Install-Package : Could not install package 'ServiceStack.Interfaces 4.0.31'. 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 that are compatible with that framework. For more information, contact the package author.
At line:1 char:1
+ Install-Package Servicestack
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Install-Package], InvalidOperationException
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand

怎么回事?

EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2014-09-04 22:41:14

ServiceStack.Interfaces发生的主要变化是,它现在是一个支持最受支持的平台(Profile136)的可移植库( v4.0.30 )

  • .NET 4.0+
  • Xamarin.iOS
  • Xamarin.Android
  • 窗口商店
  • 银灯5

如果NuGet报告说它无法为受支持的平台找到必要的程序集引用,那么很可能您使用的是不包含PCL支持的旧版本的NuGet,这可以由升级到最新的NuGet解决。

票数 2
EN

Stack Overflow用户

发布于 2017-04-20 16:06:01

“升级Nuget”选项不适用于我。事实证明,ServiceStack的版本确实有.NET限制。我们的应用程序是.NET 4.0,所以ServiceStack.Interfaces 4.062是我们可以安装的最高版本。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/25654219

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档