: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.97k
stars
325
forks
source link
Remove dependencies that are natively provided in net 6 TFM #528
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
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