diff --git a/build/BundledRuntimes.props b/build/BundledRuntimes.props index 3cb55220f..7f579209a 100644 --- a/build/BundledRuntimes.props +++ b/build/BundledRuntimes.props @@ -1,19 +1,21 @@ + $(Rid) + $(ProductMonikerRid) - dotnet-host-$(ProductMonikerRid).$(SharedHostVersion)$(InstallerExtension) + dotnet-host-$(CoreSetupRid).$(SharedHostVersion)$(InstallerExtension) $(PackagesDirectory)/$(DownloadedSharedHostInstallerFileName) - dotnet-hostfxr-$(ProductMonikerRid).$(HostFxrVersion)$(InstallerExtension) + dotnet-hostfxr-$(CoreSetupRid).$(HostFxrVersion)$(InstallerExtension) $(PackagesDirectory)/$(DownloadedHostFxrInstallerFileName) - dotnet-sharedframework-$(ProductMonikerRid).$(SharedFrameworkVersion)$(InstallerExtension) + dotnet-sharedframework-$(CoreSetupRid).$(SharedFrameworkVersion)$(InstallerExtension) $(PackagesDirectory)/$(DownloadedSharedFrameworkInstallerFileName) - $(ProductMonikerRid) + $(CoreSetupRid) linux-x64 dotnet-$(SharedFrameworkRid).$(SharedFrameworkVersion)$(ArchivePortableSuffix)$(ArchiveExtension)