Skip to content

Commit c79b241

Browse files
authored
Swap installer order (#8266)
1 parent e0ce17b commit c79b241

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Installers/Windows/AspNetCoreModule-Setup/Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,29 +41,29 @@
4141

4242
<ItemGroup>
4343
<ProjectReference Include="$(_ServerIISBasePath)AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj">
44-
<Name>AspNetCoreV2WoW64</Name>
44+
<Name>AspNetCoreV2</Name>
4545
<Private>True</Private>
4646
<DoNotHarvest>True</DoNotHarvest>
4747
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
4848
<SetPlatform>Platform=x64</SetPlatform>
4949
</ProjectReference>
5050
<ProjectReference Include="$(_ServerIISBasePath)AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj">
51-
<Name>AspNetCoreV2HandlerWoW64</Name>
51+
<Name>AspNetCoreV2Handler</Name>
5252
<Private>True</Private>
5353
<DoNotHarvest>True</DoNotHarvest>
5454
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
5555
<SetPlatform>Platform=x64</SetPlatform>
5656
</ProjectReference>
5757

5858
<ProjectReference Include="$(_ServerIISBasePath)AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj">
59-
<Name>AspNetCoreV2</Name>
59+
<Name>AspNetCoreV2WoW64</Name>
6060
<Private>True</Private>
6161
<DoNotHarvest>True</DoNotHarvest>
6262
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
6363
<SetPlatform>Platform=Win32</SetPlatform>
6464
</ProjectReference>
6565
<ProjectReference Include="$(_ServerIISBasePath)AspNetCoreModuleV2\OutOfProcessRequestHandler\OutOfProcessRequestHandler.vcxproj">
66-
<Name>AspNetCoreV2Handler</Name>
66+
<Name>AspNetCoreV2HandlerWoW64</Name>
6767
<Private>True</Private>
6868
<DoNotHarvest>True</DoNotHarvest>
6969
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>

0 commit comments

Comments
 (0)