We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c065f commit 287d986Copy full SHA for 287d986
src/Installers/Windows/WindowsHostingBundle/WindowsHostingBundle.wixproj
@@ -73,8 +73,8 @@
73
74
<ItemGroup Condition="'$(DotNetBuild)' == 'true'" >
75
<ProjectReference Include="..\AspNetCoreModule-Setup\ANCMIISExpressV2\AncmIISExpressV2.wixproj">
76
- <SetPlatform>Platform=x86</SetPlatform>
77
- <Name>AspNetCoreModuleV2IISExpress_x86</Name>
+ <SetPlatform>Platform=x64</SetPlatform>
+ <Name>AspNetCoreModuleV2IISExpress_x64</Name>
78
<Private>True</Private>
79
<DoNotHarvest>true</DoNotHarvest>
80
</ProjectReference>
0 commit comments