Filter apphost rather than trying to have nuget suppress it (dotnet/corefx#34785)
authorStephen Toub <stoub@microsoft.com>
Thu, 24 Jan 2019 02:07:21 +0000 (21:07 -0500)
committerGitHub <noreply@github.com>
Thu, 24 Jan 2019 02:07:21 +0000 (21:07 -0500)
NuGet wasn't honoring the Exclude=all across runtime dependencies
but I can make this simpler by just telling depproj filtering
target to remove the file.

Commit migrated from https://github.com/dotnet/corefx/commit/0f6c2fc52b969309308faf442fc77ef99f370344


Trivial merge