CoreyKaylor / Lightning.NET

.NET library for LMDB key-value store
Other
398 stars 82 forks source link

include runtime for linux #100

Closed mihasic closed 7 years ago

mihasic commented 7 years ago

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?

CoreyKaylor commented 7 years ago

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.

smbecker commented 7 years ago

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

CoreyKaylor commented 7 years ago

Possibly?