diff --git a/src/Installers/Windows/AspNetCoreModule-Setup/ANCMIISExpressV2/AncmIISExpressV2.wixproj b/src/Installers/Windows/AspNetCoreModule-Setup/ANCMIISExpressV2/AncmIISExpressV2.wixproj index 73052d4ae5..416a366105 100644 --- a/src/Installers/Windows/AspNetCoreModule-Setup/ANCMIISExpressV2/AncmIISExpressV2.wixproj +++ b/src/Installers/Windows/AspNetCoreModule-Setup/ANCMIISExpressV2/AncmIISExpressV2.wixproj @@ -44,6 +44,7 @@ aspnetcoreCA + Platform=Win32 {7c27e72f-54d0-4820-8cfa-5e4be640974b} True True diff --git a/src/Installers/Windows/AspNetCoreModule-Setup/ANCMV2/AncmV2.wixproj b/src/Installers/Windows/AspNetCoreModule-Setup/ANCMV2/AncmV2.wixproj index 567462fb6e..66d093c623 100644 --- a/src/Installers/Windows/AspNetCoreModule-Setup/ANCMV2/AncmV2.wixproj +++ b/src/Installers/Windows/AspNetCoreModule-Setup/ANCMV2/AncmV2.wixproj @@ -44,6 +44,7 @@ aspnetcoreCA + Platform=Win32 {7c27e72f-54d0-4820-8cfa-5e4be640974b} True True diff --git a/src/Installers/Windows/AspNetCoreModule-Setup/Directory.Build.props b/src/Installers/Windows/AspNetCoreModule-Setup/Directory.Build.props index 186ba000da..b1f5215841 100644 --- a/src/Installers/Windows/AspNetCoreModule-Setup/Directory.Build.props +++ b/src/Installers/Windows/AspNetCoreModule-Setup/Directory.Build.props @@ -40,30 +40,34 @@ - + AspNetCoreV2WoW64 True True false + Platform=x64 - + AspNetCoreV2HandlerWoW64 True True false + Platform=x64 - + AspNetCoreV2 True True false + Platform=Win32 - + AspNetCoreV2Handler True True false + Platform=Win32