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 81af4aa commit 8c424cfCopy full SHA for 8c424cf
src/OpenAI.csproj
@@ -80,4 +80,12 @@
80
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="6.0.1" />
81
<PackageReference Include="System.Memory.Data" Version="9.0.0" />
82
</ItemGroup>
83
+
84
+ <PropertyGroup Label="Trimmable" Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">
85
+ <IsAotCompatible>true</IsAotCompatible>
86
+ <EnableTrimAnalyzer>true</EnableTrimAnalyzer>
87
+ <IsTrimmable>true</IsTrimmable>
88
+ <SuppressTrimAnalysisWarnings>false</SuppressTrimAnalysisWarnings>
89
+ <TrimmerSingleWarn>false</TrimmerSingleWarn>
90
+ </PropertyGroup>
91
</Project>
0 commit comments