Skip to content

Commit dff9175

Browse files
authored
Remove redundant component references for x86 platform
1 parent 52d4135 commit dff9175

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Installers/Windows/AspNetCoreModule-Setup/ANCMIISExpressV2/ancm_iis_expressv2.wxs

-5
Original file line numberDiff line numberDiff line change
@@ -290,11 +290,6 @@
290290
<ComponentRef Id="AspNetCoreModuleHandler"/>
291291
<?endif ?>
292292
<ComponentRef Id="AspNetCoreSchema"/>
293-
<?if $(var.Platform) != "x86" ?>
294-
<ComponentRef Id="AspNetCoreModule.wow"/>
295-
<ComponentRef Id="AspNetCoreModuleHandler.wow"/>
296-
<ComponentRef Id="AspNetCoreSchema.wow"/>
297-
<?endif ?>
298293
</Feature>
299294

300295
<!-- User Interface -->

0 commit comments

Comments
 (0)