mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
7 lines
351 B
Plaintext
7 lines
351 B
Plaintext
|
|
<Project>
|
||
|
|
<PropertyGroup Condition="'$(IsTestProject)' != 'true'">
|
||
|
|
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
|
||
|
|
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">true</IsAotCompatible>
|
||
|
|
</PropertyGroup>
|
||
|
|
</Project>
|