dapr / dotnet-sdk

Dapr SDK for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove redundant dependencies

thompson-tomo opened this issue · 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

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

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