Removed obsolete System.Net.Http NETFX related files (dotnet/corefx#24453)
authorDavid Shulman <david.shulman@microsoft.com>
Fri, 6 Oct 2017 00:33:50 +0000 (17:33 -0700)
committerGitHub <noreply@github.com>
Fri, 6 Oct 2017 00:33:50 +0000 (17:33 -0700)
commit44f7f6d8e2ee9d35083c103fb03e14a230afa511
tree9cf23d6f2822dc60f33d5bd9bef4206237ef67e4
parent02b7f23f42b4c776c0fee6184905edf5978e80c9
Removed obsolete System.Net.Http NETFX related files (dotnet/corefx#24453)

Due to PR dotnet/corefx#23611, the master branch no longer builds a NETFX binary for
System.Net.Http. Instead this is now handled only in the release/2.0.0
branch as part of the "NETStandard support package".

This effectively means that we have already stopped OOB'ing
System.Net.Http on .NET Framework platforms as of .NET 4.7.1 since that
version of .NET Framework supports all NETStandard2.0 APIs.  And .NET
Framework versions prior to that (4.6.x, etc.) are handled with the OOB
System.Net.Http.dll that is part of the NETStandard support package.

Commit migrated from https://github.com/dotnet/corefx/commit/a6b0655b1537044d85e97a69ef80bfd661e25ca5
src/libraries/System.Net.Http/src/AssemblyInfo.Net46.cs [deleted file]
src/libraries/System.Net.Http/src/System.Net.Http.csproj
src/libraries/System.Net.Http/src/System/Net/Http/HttpClientHandler.Net46.cs [deleted file]