Skip to content

Commit

Permalink
Add new properties for the new non-JSON-based deb tooling (dotnet#107429
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jkoritzinsky authored Sep 23, 2024
1 parent 60d31e7 commit 02e95eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/installer/pkg/sfx/installers/dotnet-host.proj
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@
<LinuxPackageDependency Include="libc6;libgcc1;libstdc++6" />
</ItemGroup>
<ItemGroup>
<DebSymlink Include="/usr/bin/dotnet" LinkTarget="../share/dotnet/dotnet" />
<DebControlProperty Include="Conflicts" Value="dotnet, dotnet-nightly" />
<DebJsonProperty Include="symlinks" Object="{ &quot;dotnet&quot;: &quot;/usr/bin/dotnet&quot; }" />
<RpmJsonProperty Include="directories" Object="[ &quot;/usr/share/dotnet&quot;, &quot;/usr/share/doc/dotnet-host&quot; ]" />
<PackageConflictsProperty Include="package_conflicts" Object="[ &quot;dotnet&quot;, &quot;dotnet-nightly&quot; ]" />
Expand Down

0 comments on commit 02e95eb

Please sign in to comment.