diff --git a/eng/Build.props b/eng/Build.props index 01e1c53eded6..46a72f66e15e 100644 --- a/eng/Build.props +++ b/eng/Build.props @@ -264,6 +264,7 @@ <_VcxTargetPlatform Condition="'$(TargetArchitecture)' == 'arm64'">ARM64 + @@ -282,14 +283,6 @@ - - - - - diff --git a/src/Installers/Windows/AspNetCoreModule-Setup/ANCMIISExpressV2/AncmIISExpressV2.wixproj b/src/Installers/Windows/AspNetCoreModule-Setup/ANCMIISExpressV2/AncmIISExpressV2.wixproj index 5a674c9ce4bd..c6aae9163e88 100644 --- a/src/Installers/Windows/AspNetCoreModule-Setup/ANCMIISExpressV2/AncmIISExpressV2.wixproj +++ b/src/Installers/Windows/AspNetCoreModule-Setup/ANCMIISExpressV2/AncmIISExpressV2.wixproj @@ -95,7 +95,7 @@ '$(PackageLicenseExpression)' " /> - + diff --git a/src/Installers/Windows/AspNetCoreModule-Setup/ANCMIISExpressV2/ancm_iis_expressv2.wxs b/src/Installers/Windows/AspNetCoreModule-Setup/ANCMIISExpressV2/ancm_iis_expressv2.wxs index 1a4f69ef1de7..bc87990340b7 100644 --- a/src/Installers/Windows/AspNetCoreModule-Setup/ANCMIISExpressV2/ancm_iis_expressv2.wxs +++ b/src/Installers/Windows/AspNetCoreModule-Setup/ANCMIISExpressV2/ancm_iis_expressv2.wxs @@ -265,6 +265,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -278,6 +324,11 @@ + + + + + @@ -637,4 +688,4 @@ - + \ No newline at end of file diff --git a/src/Installers/Windows/WindowsHostingBundle/WindowsHostingBundle.wixproj b/src/Installers/Windows/WindowsHostingBundle/WindowsHostingBundle.wixproj index 5ef416775740..fe88b9e9d2d5 100644 --- a/src/Installers/Windows/WindowsHostingBundle/WindowsHostingBundle.wixproj +++ b/src/Installers/Windows/WindowsHostingBundle/WindowsHostingBundle.wixproj @@ -71,6 +71,27 @@ + + + Platform=x86 + AspNetCoreModuleV2IISExpress_x86 + True + true + + + Platform=x64 + AspNetCoreModuleV2IISExpress_x64 + True + true + + + Platform=arm64 + AspNetCoreModuleV2IISExpress_arm64 + True + true + + + diff --git a/src/Servers/IIS/Directory.Build.props b/src/Servers/IIS/Directory.Build.props index 2b2c0b4002e5..eafaae9aaa42 100644 --- a/src/Servers/IIS/Directory.Build.props +++ b/src/Servers/IIS/Directory.Build.props @@ -8,20 +8,20 @@ $(Platform) x86 x64 - $(TargetArchitecture) + $(TargetArchitecture) $(NuGetPackageRoot)microsoft.netcore.app.host.win-$(HostArch)\$(LibNetHostAppPackVersion)\runtimes\win-$(HostArch)\native 143 - + - +