CoreyKaylor / Lightning.NET

.NET library for LMDB key-value store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

include runtime for linux

mihasic opened this issue · comments

I see that current repository always builds them on travis, but nuget package does not contain the linux binaries.

Could you please include the compiled mdb in the nupkg, so the dependent projects can build easily on linux?

I'll take pull requests, but given the sheer # of possibilities I don't have time to do this work myself. Feel free to re-open with a PR.

Does this get easier with .net core 2 since linux is treated as a single runtime?

Possibly?