便携式 class 和 MathNET 空间问题

Probleme with portable class and MathNET spatial

我尝试在 Visual Studio 2013 的便携式 class 库中安装 Math.NET Spatial ] 但我得到一个错误。 我在 NuGet 控制台中收到以下错误:

Install failed. Rolling back... Install-Package : Could not install package 'MathNet.Spatial 0.2.0-alpha'. You are trying to install this package into a project that targets 'portable-net45+ win+wpa81+wp80', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, cont act the package author. At line:1 char:16 + Install-Package <<<< MathNet.Spatial -Pre + CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOper ationException + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.C
ommands.InstallPackageCommand

只有当我在 frame work 4.0 上使用 none 可移植 class 库时它才有效,但它应该按照网站上的指示工作:http://spatial.mathdotnet.com/

MathNet.Spatial - core package, including .Net 4, .Net 3.5 and portable/PCL builds.

虽然确实计划在我们达到完整 release/1.0 后支持 PCL,但当前的预发布版本实际上仅针对 .Net 4.0 构建,尚不支持可移植项目。

我已删除网站上的误导性句子。