aspnet / AspNetWebStack

ASP.NET MVC 5.x, Web API 2.x, and Web Pages 3.x (not ASP.NET Core)
Other
858 stars 354 forks source link

Localization of Microsoft.AspNet.WebApi.Client assemblies done only for `net45` #398

Closed dougbu closed 1 year ago

dougbu commented 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.

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.

dougbu commented 1 year ago

Here's the issue I'll fix shortly @mkArtakMSFT and @wtgodbe

dougbu commented 1 year ago

Completed in a TFS update.