Skip to content

Commit 287d986

Browse files
committed
Fixup
1 parent 68c065f commit 287d986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Installers/Windows/WindowsHostingBundle/WindowsHostingBundle.wixproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373

7474
<ItemGroup Condition="'$(DotNetBuild)' == 'true'" >
7575
<ProjectReference Include="..\AspNetCoreModule-Setup\ANCMIISExpressV2\AncmIISExpressV2.wixproj">
76-
<SetPlatform>Platform=x86</SetPlatform>
77-
<Name>AspNetCoreModuleV2IISExpress_x86</Name>
76+
<SetPlatform>Platform=x64</SetPlatform>
77+
<Name>AspNetCoreModuleV2IISExpress_x64</Name>
7878
<Private>True</Private>
7979
<DoNotHarvest>true</DoNotHarvest>
8080
</ProjectReference>

0 commit comments

Comments
 (0)