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 fc373ee + ca0b4ac commit 7adbd11Copy full SHA for 7adbd11
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