curiosity-ai / rocksdb-sharp

.net bindings for the rocksdb by facebook
BSD 2-Clause "Simplified" License
155 stars 38 forks source link

Keeping support for net 2.0 #6

Closed zhentouk closed 3 years ago

zhentouk commented 3 years ago

Since a few releases, the support for net 2.0 (and 4.0) was dropped, in favour of net 2.1 (and 5.0). And this wouldn't be a problem, but the Unity game engine doesn't support net 2.1. It would be great, if you could keep net 2.0 support using #if #endif directives, so ppl like me can use it for Unity aswell.

mohammed-larabi commented 3 years ago

Same issue here. .NET Framework does not support .NET Standard 2.1. https://docs.microsoft.com/en-us/dotnet/standard/net-standard

theolivenbaum commented 3 years ago

Hi @zhentouk @MohammedLarabi - you can keep using this version if you want netstandard2.0 support: https://www.nuget.org/packages/rocksdb/6.15.2.14869

I'll add to our backlog to see if we re-add support for netstandard2.0 - always annoying that Unity is still stuck in the past :(