couchbase-net-client icon indicating copy to clipboard operation
couchbase-net-client copied to clipboard

Optimise dependencies based on framework

Open thompson-tomo opened this issue 6 months ago • 2 comments

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 System.Text.Json, System.IO.Pipelines to no longer be an explicit dependency on net 6+. The linq library should also be checked.

Describe alternatives you've considered

Accept the additional dependency

Additional context

No response

thompson-tomo avatar May 06 '25 10:05 thompson-tomo