dotnetcore / EasyCaching

:boom: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
MIT License
1.92k stars 324 forks source link

Remove dependencies that are natively provided in net 6 TFM #528

Closed thompson-tomo closed 3 months ago

thompson-tomo commented 4 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 I want the package to not have an explicit dependency on System.Text.Json or any other dependency which can be provided by the framework when targeting net 6.

Describe alternatives you've considered Accept the additional dependency

Additional context n/a