我使用 Lucene.Net 在 WPF 应用程序中搜索文本文件,并考虑将其移植到 Windows 应用商店应用程序中。当我尝试使用包管理器添加 Lucene.Net 时,出现以下错误。是否有任何其他库提供可用于 WinRT 的完全索引文本搜索?
install-package : Could not install package 'SharpZipLib 0.86.0'.
You are trying to install this package into a project that targets
'.NETCore,Version=v4.5', but the package does not contain any
assembly references or content files that are compatible with that
framework. For more information, contact the package author
*SharpZipLib 是 Lucene.Net 的依赖项