简体   繁体   English

如何使NuGet / Visual Studio识别包中的* _AuthenticodeSigned lib文件?

[英]How to get NuGet/Visual Studio to recognise *_AuthenticodeSigned lib files in a package?

So pulling in version 18.9.0 of Aspose.Cells to a netcoreapp project results in the following error 因此,将Aspose.Cells版本18.9.0拖入 netcoreapp项目会导致以下错误

warning NU1701: Package 'Aspose.Cells 18.9.0' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.1'. 警告NU1701:使用'.NETFramework,Version = v4.6.1'而不是项目目标框架'.NETCoreApp,Version = v2.1'恢复了软件包'Aspose.Cells 18.9.0'。 This package may not be fully compatible with your project. 该软件包可能与您的项目不完全兼容。

And if you open that nuget you can see that the netstandard target is suffixed with _AuthenticodeSigned . 而且,如果您打开该nuget,则可以看到netstandard目标带有_AuthenticodeSigned后缀。

在此处输入图片说明

If you look at the dependencies in the nuget gallery it lists netstandard2.0 as supported 如果您查看nuget Gallery中的依赖项,它将列出netstandard2.0为受支持

在此处输入图片说明

So is _AuthenticodeSigned a valid convention? 那么_AuthenticodeSigned是有效的约定吗? If so where is the doco? 如果是这样,那多科在哪里? and how do i get NuGet/Visual Studio to recognise it? 以及如何让NuGet / Visual Studio识别它?

We have been able to notice the problem on our end. 我们已经能够注意到这一问题。 An issue with ID CELLSNETCORE-9 is already logged in our issue management system for further investigations. ID CELLSNETCORE-9的问题已记录在我们的问题管理系统中,以进行进一步调查。 Once, we will have some news for you, we will update you here. 一次,我们将为您提供一些新闻,我们将在这里为您更新。

Note: I am working as Support developer/ Evangelist at Aspose. 注意:我在Aspose担任技术支持/开发人员。

@Simon, This is to inform you that issue with ID CELLSNETCORE-9 is resolved and updated version Aspose.Cells for .NET Core 18.10.0 is available via NuGet Package Manager. @Simon,这是为了通知您ID CELLSNETCORE-9的问题已解决,并且可通过NuGet软件包管理器获得.NET Core 18.10.0的更新版本Aspose.Cells。 You may please try to update the package and provide your feedback. 您可以尝试更新软件包并提供反馈。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM