Skip to content

Commit

Permalink
Define installer-owned directories in dotnet-runtime RPM package (#98244
Browse files Browse the repository at this point in the history
)
  • Loading branch information
NikolaMilosavljevic committed Feb 11, 2024
1 parent 4641338 commit 828f413
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<Target Name="AddLinuxPackageInformation" BeforeTargets="GetDebInstallerJsonProperties;GetRpmInstallerJsonProperties">
<ItemGroup>
<LinuxPackageDependency Include="dotnet-hostfxr-$(MajorVersion).$(MinorVersion);dotnet-runtime-deps-$(MajorVersion).$(MinorVersion)" Version="$(InstallerPackageVersion)" />
<RpmJsonProperty Include="directories" Object="[ &quot;/usr/share/dotnet/shared/$(MicrosoftNetCoreAppFrameworkName)&quot; ]" />
</ItemGroup>
</Target>

Expand Down

0 comments on commit 828f413

Please sign in to comment.