Closed dougbu closed 1 year ago
Head to https://nuget.info/packages/Microsoft.AspNet.WebApi.Client/5.2.9, which shows the 3 System.Net.Http.Formatting.dll files we ship. In 6.0.0, we'll ship netstandard1.3, netstandard2.0, and net45 assemblies.
netstandard1.3
netstandard2.0
net45
Then, go to https://nuget.info/packages/Microsoft.AspNet.WebApi.Client.fr/5.2.9 or another localized package for the above main package. See only a net45 assembly there.
This is not a problem for any other packages we ship using code from this repo because none of the others multi-target.
Here's the issue I'll fix shortly @mkArtakMSFT and @wtgodbe
Completed in a TFS update.
Head to https://nuget.info/packages/Microsoft.AspNet.WebApi.Client/5.2.9, which shows the 3 System.Net.Http.Formatting.dll files we ship. In 6.0.0, we'll ship
netstandard1.3
,netstandard2.0
, andnet45
assemblies.Then, go to https://nuget.info/packages/Microsoft.AspNet.WebApi.Client.fr/5.2.9 or another localized package for the above main package. See only a
net45
assembly there.This is not a problem for any other packages we ship using code from this repo because none of the others multi-target.