dotnet-sdk
dotnet-sdk copied to clipboard
Remove redundant dependencies
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.