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.
2 parents 952f759 + 251e5c7 commit a3ab5c9Copy full SHA for a3ab5c9
src/Layout/redist/targets/GenerateMSIs.targets
@@ -249,7 +249,8 @@
249
<_DotNetMsiPackages Include="$(DownloadsFolder)$(DownloadedHostFxrInstallerFileName);
250
$(DownloadsFolder)$(DownloadedSharedHostInstallerFileName);
251
$(DownloadsFolder)$(DownloadedSharedFrameworkInstallerFileName);
252
- $(DownloadsFolder)$(DownloadedNetCoreAppHostPackInstallerFileName)"/>
+ $(DownloadsFolder)$(DownloadedNetCoreAppHostPackInstallerFileName);
253
+ $(DownloadsFolder)$(DownloadedNetCoreAppTargetingPackInstallerFileName)"/>
254
255
<!-- ASP.NET Core Runtime -->
256
<_DotNetMsiPackages Include="$(DownloadsFolder)$(DownloadedAspNetCoreSharedFxInstallerFileName);
0 commit comments