This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Consume new Microsoft.AspNet.WebApi.Client.5.2.4 package #5822
Closed
Description
Our Microsoft.AspNetCore.Mvc.WebApiCompatShim package currently has an indirect dependency on the Microsoft.Net.Http package. Building the shim project requires imports when targeting .NET Standard for the same reason. Both issues could be avoided if we moved to the latest Microsoft.AspNet.WebApi.Client package.
See also
- ASP.NET Core & System.Net.Http.Formatting #5562, an older report of related problems
- Publish at least the Microsoft.AspNet.WebApi.Client.5.2.4 package AspNetWebStack#45, tracking publishing the Microsoft.AspNet.WebApi.Client v5.2.4 package for realsies
- Add netstandard support to appropriate packages AspNetWebStack#4, which covered adding .NET Standard 1.1. support to the Microsoft.AspNet.WebApi.Client package
- the current Microsoft.AspNetCore.Mvc.WebApiCompatShim package
- the current Microsoft.AspNet.WebApi.Client package
- the new Microsoft.AspNet.WebApi.Client package