Skip to content

Commit

Permalink
Use InstallerPackageVersion for hostfxr dependency on dotnet-host pac…
Browse files Browse the repository at this point in the history
…kage. (#46099)
  • Loading branch information
jkoritzinsky authored Dec 16, 2020
1 parent ff326ad commit a7c889a
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 @@ -36,7 +36,7 @@
<Target Name="AddLinuxPackageInformation" BeforeTargets="GetDebInstallerJsonProperties;GetRpmInstallerJsonProperties">
<ItemGroup Condition="'$(GenerateDeb)' == 'true'">
<LinuxPackageDependency Include="libc6;libgcc1;libstdc++6" />
<LinuxPackageDependency Include="dotnet-host" Version="$(Version)" />
<LinuxPackageDependency Include="dotnet-host" Version="$(InstallerPackageVersion)" />
</ItemGroup>
<ItemGroup>
<RpmJsonProperty Include="directories" Object="[ &quot;/usr/share/dotnet&quot;, &quot;/usr/share/doc/$(VersionedInstallerName)&quot; ]" />
Expand Down

0 comments on commit a7c889a

Please sign in to comment.