From 89d3b5817a8f0ba858554126bac187f7424a3ac7 Mon Sep 17 00:00:00 2001 From: "Eric St. John" Date: Wed, 23 Jan 2019 12:52:35 -0800 Subject: [PATCH] Filter apphost rather than trying to have nuget suppress it 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/16e45eea9a85c206ca7ec6b4ebc18a4a5187cd55 --- src/libraries/external/runtime/runtime.depproj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/libraries/external/runtime/runtime.depproj b/src/libraries/external/runtime/runtime.depproj index 2705e78..8ee1737 100644 --- a/src/libraries/external/runtime/runtime.depproj +++ b/src/libraries/external/runtime/runtime.depproj @@ -40,11 +40,10 @@ - - + -- 2.7.4