PDFNet Nuget 库与 UAP Version=v10.0 不兼容

PDFNet Nuget Library is not compatible with UAP Version=v10.0

我正在使用 windows 桌面应用程序,它使用 PDFtron nuget 库。我正在使用 Visual Studio 2017,.Net Core 版本为 2.0.5。
要编译项目,我需要添加对指定 PDFTron Nuget 库的引用。但是每当我尝试安装这个包时,我都会收到以下错误,它不兼容。 由于这个库在几乎 80% 的项目中被引用,我无法将它更改为其他内容。

Restoring packages for 'ABCProject'.
Restoring packages for C:\Users\xxxxxxxxx...
PDFNet 6.7.1.63077 is not compatible with UAP,Version=v10.0.
Some packages are not compatible with UAP,Version=v10.0.
PDFNet 6.7.1.63077 is not compatible with UAP,Version=v10.0 (win10-arm).
Some packages are not compatible with UAP,Version=v10.0 (win10-arm).
PDFNet 6.7.1.63077 is not compatible with UAP,Version=v10.0 (win10-arm-aot).
Some packages are not compatible with UAP,Version=v10.0 (win10-arm-aot).
PDFNet 6.7.1.63077 is not compatible with UAP,Version=v10.0 (win10-x64).
Some packages are not compatible with UAP,Version=v10.0 (win10-x64).
PDFNet 6.7.1.63077 is not compatible with UAP,Version=v10.0 (win10-x64-aot).
Some packages are not compatible with UAP,Version=v10.0 (win10-x64-aot).
PDFNet 6.7.1.63077 is not compatible with UAP,Version=v10.0 (win10-x86).
Some packages are not compatible with UAP,Version=v10.0 (win10-x86).
PDFNet 6.7.1.63077 is not compatible with UAP,Version=v10.0 (win10-x86-aot).
Some packages are not compatible with UAP,Version=v10.0 (win10-x86-aot).
Package restore failed for 'ABCProject'.
Package restore failed. Rolling back package changes for 'ABCProject'.
========== Finished ==========

我需要做什么才能使我的项目与 UWP 兼容。 (我已经阅读了有关将库迁移到 .NET Core 的信息,但不确定在我的情况下它将如何工作。)

错误消息表示该库与 UWP 项目不兼容。许多 .net 框架库不支持 UWP 项目。它是一个开源库,你可以下载它的源代码并自行编译一个兼容包。

例如最新的UWP目标版本16299,它支持.Net Standard 2.0。因此,您可以编译 .Net Standard 2.0 库。请参阅 Porting to .NET Core - Libraries 了解更多详情。

如果它不是开源项目,您可以联系它的所有者,让所有者为 UWP 发布一个新版本。

另一种选择是您可以使用 Brokered Windows Runtime Components for a side-loaded UWP app,但是如果您使用中介 windows 运行时组件,您只能 side-load 您的 UWP 应用程序,它将无法发布到 windows 商店。

PDFTron 有一个单独的 UWP specific SDK,目前只能通过填写评估表获得。

请填写此表格,我们将为您提供一个 UWP SDK link。 https://www.pdftron.com/pdfnet/mobile/request_trial.html