Skip to content

Commit a3ab5c9

Browse files
authored
[release/10.0.1xx-rc1] Add the missing netcore installer to the bundle (#50352)
2 parents 952f759 + 251e5c7 commit a3ab5c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Layout/redist/targets/GenerateMSIs.targets

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@
249249
<_DotNetMsiPackages Include="$(DownloadsFolder)$(DownloadedHostFxrInstallerFileName);
250250
$(DownloadsFolder)$(DownloadedSharedHostInstallerFileName);
251251
$(DownloadsFolder)$(DownloadedSharedFrameworkInstallerFileName);
252-
$(DownloadsFolder)$(DownloadedNetCoreAppHostPackInstallerFileName)"/>
252+
$(DownloadsFolder)$(DownloadedNetCoreAppHostPackInstallerFileName);
253+
$(DownloadsFolder)$(DownloadedNetCoreAppTargetingPackInstallerFileName)"/>
253254

254255
<!-- ASP.NET Core Runtime -->
255256
<_DotNetMsiPackages Include="$(DownloadsFolder)$(DownloadedAspNetCoreSharedFxInstallerFileName);

0 commit comments

Comments
 (0)