We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670fd02 commit a96d498Copy full SHA for a96d498
src/SQLite.Net/SQLite.Net2.csproj
@@ -11,7 +11,7 @@
11
<LangVersion>Latest</LangVersion>
12
<Nullable>enable</Nullable>
13
14
- <IsAotCompatible>true</IsAotCompatible>
+ <IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net9.0'))">true</IsAotCompatible>
15
</PropertyGroup>
16
17
<!-- nuget configurable properties -->
0 commit comments