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 0a34c76 commit 4dd97c4Copy full SHA for 4dd97c4
src/csharp/Microsoft.ML.OnnxRuntimeGenAI.csproj
@@ -16,6 +16,7 @@
16
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
17
<SignAssembly>true</SignAssembly>
18
<AssemblyOriginatorKeyFile>onnxruntime-genai.snk</AssemblyOriginatorKeyFile>
19
+ <IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">true</IsAotCompatible>
20
21
<!--internal build related properties-->
22
<SrcRoot>$(ProjectDir)..\..\src</SrcRoot>
0 commit comments