Skip to content

Commit

Permalink
Hostfxr package should depend on host package (#56008)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaMilosavljevic authored Jul 22, 2021
1 parent b937677 commit 290430e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installer/pkg/sfx/installers/dotnet-hostfxr.proj
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
<Target Name="AddLinuxPackageInformation" BeforeTargets="GetDebInstallerJsonProperties;GetRpmInstallerJsonProperties">
<ItemGroup Condition="'$(GenerateDeb)' == 'true'">
<LinuxPackageDependency Include="libc6;libgcc1;libstdc++6" />
<LinuxPackageDependency Include="dotnet-host" Version="$(InstallerPackageVersion)" />
</ItemGroup>
<ItemGroup>
<LinuxPackageDependency Include="dotnet-host" Version="$(InstallerPackageVersion)" />
<RpmJsonProperty Include="directories" Object="[ &quot;/usr/share/dotnet&quot;, &quot;/usr/share/doc/$(VersionedInstallerName)&quot; ]" />
</ItemGroup>
</Target>
Expand Down

0 comments on commit 290430e

Please sign in to comment.