Fix trimming of System.Net.Ping (dotnet/corefx#41180)
authorStephen Toub <stoub@microsoft.com>
Wed, 18 Sep 2019 19:29:16 +0000 (15:29 -0400)
committerGitHub <noreply@github.com>
Wed, 18 Sep 2019 19:29:16 +0000 (15:29 -0400)
commitd63469a273f4a677f1e896ebbc4323a7691365af
tree3284f494a52f373bcd1d618a75ba9cdef39c57b6
parent744512d424f348ec11e143e72796ed7728b44bd7
Fix trimming of System.Net.Ping (dotnet/corefx#41180)

It has an ILLinkTrim.xml file that was keeping a type around for testing, but that's apparently keeping the assembly from being trimmed in a published app.

Commit migrated from https://github.com/dotnet/corefx/commit/64c7228b941d1402009c57441a5a8c634d0e6843
src/libraries/System.Net.Ping/src/ILLinkTrim.xml [deleted file]
src/libraries/System.Net.Ping/tests/FunctionalTests/LoggingTest.cs