You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text="Microsoft.ML.OnnxRuntimeGenAI only supports the AnyCPU, x64 and arm64 platforms at this time."/>
16
+
Text="Microsoft.ML.OnnxRuntimeGenAI only supports the AnyCPU, x64 and arm64 platforms at this time."/>
16
17
</Target>
18
+
19
+
<!-- Link native library for C++ projects -->
20
+
<ItemDefinitionGroupCondition="'$(Language)' == 'C++' AND ('$(PlatformTarget)' == 'x64' OR ('$(PlatformTarget)' == 'AnyCPU' AND '$(Prefer32Bit)' != 'true'))">
0 commit comments