Github user mabien commented on the issue:
https://github.com/apache/lucenenet/pull/191
@conniey I have project target .NetStandard 1.6., which need to use:
- Lucene.Net.Core
- Lucene.Net.Analysis.Common
- Lucene.Net.QueryParser
I follow your instructions: _Build Lucene.NET for .NET Core_
Run **dotnet** {restore, build, pack} for each project. Add the path to the
directory containing the package. No errors, everything seems to be ok. But
when I try to **dotnet restore** my target .NetStandard 1.6 receive the
following error:
`Package icu.net 54.0.0 is not compatible with netstandard1.6
(.NETStandard,Version=v1.6). Package icu.net 54.0.0 supports: net40
(.NETFramework,Version=v4.0)
One or more packages are incompatible with .NETStandard,Version=v1.6.`
If I add only reference to **Lucene.Net.Core** everything is fine.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---