Remove comhost from the shared framework generation.
authorJeremy Koritzinsky <jekoritz@microsoft.com>
Tue, 26 Feb 2019 18:43:08 +0000 (10:43 -0800)
committerJeremy Koritzinsky <jekoritz@microsoft.com>
Tue, 26 Feb 2019 18:43:08 +0000 (10:43 -0800)
Commit migrated from https://github.com/dotnet/core-setup/commit/38cae4bdcffe38cecad06319ad9bfdbe98347e49

src/installer/sharedFramework/sharedFramework.proj

index 9e04314..8230963 100644 (file)
@@ -58,6 +58,7 @@
       <ToDelete Include="$(SharedFrameworkNameAndVersionRoot)\framework.runtimeconfig.json" />
       <ToDelete Include="$(SharedFrameworkNameAndVersionRoot)\apphost$(ExeSuffix)" />
       <ToDelete Include="$(SharedFrameworkNameAndVersionRoot)\$(LibPrefix)hostfxr$(LibSuffix)" />
+      <ToDelete Include="$(SharedFrameworkNameAndVersionRoot)\$(LibPrefix)comhost$(LibSuffix)" />
     </ItemGroup>
 
     <Message Text="To delete: @(ToDelete)" />