Skip to content

Commit

Permalink
Cahir.csproj: Fix <PublishTrimmed>.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-lucas6 committed Feb 11, 2024
1 parent e1e89ed commit 2e3cac9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Cahir/Cahir.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,8 @@
</Compile>
</ItemGroup>

<ItemGroup>
<TrimmerRootDescriptor Include="TrimmerRootDescriptor.xml" />
</ItemGroup>

</Project>
6 changes: 6 additions & 0 deletions src/Cahir/TrimmerRootDescriptor.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<linker>
<assembly fullname="Spectre.Console" preserve="all" />
<assembly fullname="Spectre.Console.Cli" preserve="all" />
<assembly fullname="cahir" preserve="all" />
</linker>

0 comments on commit 2e3cac9

Please sign in to comment.