[bcl] Move a few types from the Facades into the framework for netstandard20 compatib...
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 21 Oct 2016 13:38:20 +0000 (15:38 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 21 Oct 2016 20:19:13 +0000 (22:19 +0200)
commitadcc4817059ea788006aaa28e9309025252f58fc
treee8f95b266b92c2643b0c75fa5ba4898f47521b23
parentc08acd2eb48596cec148183fd828403b77074b01
[bcl] Move a few types from the Facades into the framework for netstandard20 compatibility

See https://github.com/dotnet/standard/pull/76.

Also moved IncrementalHash from System.Core.dll to mscorlib.dll as per discussion with Wes.
18 files changed:
mcs/class/Facades/System.Diagnostics.Tracing/EventCounter.cs [deleted file]
mcs/class/Facades/System.Diagnostics.Tracing/System.Diagnostics.Tracing.dll.sources
mcs/class/Facades/System.Diagnostics.Tracing/TypeForwarders.cs
mcs/class/Facades/System.Net.Sockets/SocketReceiveFromResult.cs [deleted file]
mcs/class/Facades/System.Net.Sockets/SocketReceiveMessageFromResult.cs [deleted file]
mcs/class/Facades/System.Net.Sockets/SocketTaskExtensions.cs [deleted file]
mcs/class/Facades/System.Net.Sockets/System.Net.Sockets.dll.sources
mcs/class/Facades/System.Net.Sockets/TypeForwarders.cs
mcs/class/System.Core/System.Security.Cryptography/IncrementalHash.cs [deleted file]
mcs/class/System.Core/common_System.Core.dll.sources
mcs/class/System/System.Net.Sockets/SocketReceiveFromResult.cs [new file with mode: 0644]
mcs/class/System/System.Net.Sockets/SocketReceiveMessageFromResult.cs [new file with mode: 0644]
mcs/class/System/System.Net.Sockets/SocketTaskExtensions.cs [new file with mode: 0644]
mcs/class/System/System.dll.sources
mcs/class/System/mobile_System.dll.sources
mcs/class/corlib/System.Diagnostics.Tracing/EventCounter.cs [new file with mode: 0644]
mcs/class/corlib/System.Security.Cryptography/IncrementalHash.cs [new file with mode: 0644]
mcs/class/corlib/corlib.dll.sources