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 8c424cf commit e869710Copy full SHA for e869710
src/OpenAI.csproj
@@ -82,7 +82,7 @@
82
</ItemGroup>
83
84
<PropertyGroup Label="Trimmable" Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">
85
- <IsAotCompatible>true</IsAotCompatible>
+ <IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
86
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
87
<IsTrimmable>true</IsTrimmable>
88
<SuppressTrimAnalysisWarnings>false</SuppressTrimAnalysisWarnings>
0 commit comments