Skip to content

Commit

Permalink
Mark .NET8 release as trimmable
Browse files Browse the repository at this point in the history
Might help some people
  • Loading branch information
mcraiha committed Nov 17, 2023
1 parent 3d77fde commit 21cd836
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LibDithering.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<PackageLicenseExpression>Unlicense</PackageLicenseExpression>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">true</IsTrimmable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 21cd836

Please sign in to comment.