This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3+ <CoreSetupRid >$(Rid)</CoreSetupRid >
4+ <CoreSetupRid Condition =" '$(OSName)' == 'win' or '$(OSName)' == 'osx' " >$(ProductMonikerRid)</CoreSetupRid >
35
46 <!-- Downloaded Installers + Archives -->
5- <DownloadedSharedHostInstallerFileName Condition =" '$(InstallerExtension)' != '' " >dotnet-host-$(ProductMonikerRid ).$(SharedHostVersion)$(InstallerExtension)</DownloadedSharedHostInstallerFileName >
7+ <DownloadedSharedHostInstallerFileName Condition =" '$(InstallerExtension)' != '' " >dotnet-host-$(CoreSetupRid ).$(SharedHostVersion)$(InstallerExtension)</DownloadedSharedHostInstallerFileName >
68 <DownloadedSharedHostInstallerFile Condition =" '$(InstallerExtension)' != '' " >$(PackagesDirectory)/$(DownloadedSharedHostInstallerFileName)</DownloadedSharedHostInstallerFile >
79
8- <DownloadedHostFxrInstallerFileName Condition =" '$(InstallerExtension)' != '' " >dotnet-hostfxr-$(ProductMonikerRid ).$(HostFxrVersion)$(InstallerExtension)</DownloadedHostFxrInstallerFileName >
10+ <DownloadedHostFxrInstallerFileName Condition =" '$(InstallerExtension)' != '' " >dotnet-hostfxr-$(CoreSetupRid ).$(HostFxrVersion)$(InstallerExtension)</DownloadedHostFxrInstallerFileName >
911 <DownloadedHostFxrInstallerFile Condition =" '$(InstallerExtension)' != '' " >$(PackagesDirectory)/$(DownloadedHostFxrInstallerFileName)</DownloadedHostFxrInstallerFile >
1012
11- <DownloadedSharedFrameworkInstallerFileName Condition =" '$(InstallerExtension)' != '' " >dotnet-sharedframework-$(ProductMonikerRid ).$(SharedFrameworkVersion)$(InstallerExtension)</DownloadedSharedFrameworkInstallerFileName >
13+ <DownloadedSharedFrameworkInstallerFileName Condition =" '$(InstallerExtension)' != '' " >dotnet-sharedframework-$(CoreSetupRid ).$(SharedFrameworkVersion)$(InstallerExtension)</DownloadedSharedFrameworkInstallerFileName >
1214 <DownloadedSharedFrameworkInstallerFile Condition =" '$(InstallerExtension)' != '' " >$(PackagesDirectory)/$(DownloadedSharedFrameworkInstallerFileName)</DownloadedSharedFrameworkInstallerFile >
1315
1416 <!-- Use the portable linux-x64 Rid when downloading the shared framework compressed file.
1517 NOTE: There isn't a 'linux-x64' version of the installers or the additional shared framweork. -->
16- <SharedFrameworkRid >$(ProductMonikerRid )</SharedFrameworkRid >
18+ <SharedFrameworkRid >$(CoreSetupRid )</SharedFrameworkRid >
1719 <SharedFrameworkRid Condition =" '$(UsePortableLinuxSharedFramework)' == 'true' " >linux-x64</SharedFrameworkRid >
1820 <CombinedFrameworkHostCompressedFileName >dotnet-$(SharedFrameworkRid).$(SharedFrameworkVersion)$(ArchivePortableSuffix)$(ArchiveExtension)</CombinedFrameworkHostCompressedFileName >
1921 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments