System.Net.Http.Formatting 5.2.0.0

From what Nuget can I get System.Net.Http.Formatting 5.2.0.0? I tried the Microsoft.AspNet.WebApi.Client "version =" 5.2.2 "nugget, but in System.Net.Http.Formatting there is verison 4.0.0.0

+6
source share
1 answer

The NuGet package Microsoft.AspNet.WebApi.Client 5.2.2 includes System.Net.Http.Formatting 5.2.2.0.

While the NuGet package Microsoft.AspNet.WebApi.Client 5.2.0 has System.Net.Http.Formatting 5.2.0.0 .

+14
source

Source: https://habr.com/ru/post/978004/


All Articles