Skip to content

Commit a96d498

Browse files
committed
limit trimming to net9
1 parent 670fd02 commit a96d498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SQLite.Net/SQLite.Net2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<LangVersion>Latest</LangVersion>
1212
<Nullable>enable</Nullable>
1313

14-
<IsAotCompatible>true</IsAotCompatible>
14+
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net9.0'))">true</IsAotCompatible>
1515
</PropertyGroup>
1616

1717
<!-- nuget configurable properties -->

0 commit comments

Comments
 (0)