dotnet-sdk icon indicating copy to clipboard operation
dotnet-sdk copied to clipboard

Remove redundant dependencies

Open thompson-tomo opened this issue 1 year ago • 2 comments

Describe the feature

I want to be able to use framework dependencies wherever possible rather than an explicit one ie System.Net.Http.Json

Release Note

UPDATE Remove dependencies available as part of framework

thompson-tomo avatar Feb 16 '24 11:02 thompson-tomo

I assume you mean that we should remove the package reference to System.Net.Http.Json in the Dapr.Client assembly?

philliphoff avatar Feb 16 '24 23:02 philliphoff

Correct and based on the comment in Dapr.Actors.AspNetCore, System.IO.Pipelines should also be able to be removed.

thompson-tomo avatar Feb 17 '24 01:02 thompson-tomo