Github user CVertex commented on the issue:
https://github.com/apache/lucenenet/pull/191
@conniey I think I worked it out.
the project.json has both net451 (for mac, this is mono) and netstandard1.5
(dotnetcore).
If i run `dotnet build -f netstandard1.5` then it builds for just that
framework. ð
However, when I do `dotnet pack` it tries to compile net451 again :(
Is it only possible to build this project with Mono installed?
Thanks
---
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.
---