Skip to content

Commit

Permalink
Fix app trimming too aggressive on .NET 7 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Dec 3, 2022
1 parent d3fb757 commit 0727d28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Kalk.ConsoleApp/Kalk.ConsoleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<AssemblyName>kalk</AssemblyName>
<PackageId>kalk</PackageId>
<KalkGitVersion>true</KalkGitVersion>
<TrimMode>partial</TrimMode>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 0727d28

Please sign in to comment.