Can't find System.Net.Http.Formatting dll

。_饼干妹妹 提交于 2019-12-04 00:20:54

After some reading/searching online I found that once there was a System.Net.Http.Formatting package which now appears to be discontinued as one if it's dependencies can no longer be found on nuget Microsoft.AspNet.WebApi.Client (>= 2.0.20710 && < 2.1.0). As of right now what you should do is just install Microsoft.AspNet.WebApi.Client (I tried version 5.2.3 and it works fine). The Assembly System.Net.Http.Formatting, version=5.2.3.0 is included in the package, though I don't know if it's the only one bundled there.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!