microsoft / FASTER

Fast persistent recoverable log and key-value store + cache, in C# and C++.
https://aka.ms/FASTER
MIT License
6.29k stars 563 forks source link

Remove polyfil dependencies for latest TFM #908

Open thompson-tomo opened 5 months ago

thompson-tomo commented 5 months ago

Is your feature request related to a problem? Please describe. I want to minimise dependencies in my project by utilising framework dependencies wherever possible

Describe the solution you'd like The System.Text.Json package becomes conditional so only added for the older frameworks

Describe alternatives you've considered Accept the additional dependency

Additional context n/a