AOT single-file publishing need Static Library, like this
<ItemGroup>
<DirectPInvoke Include="freetype" />
<NativeLibrary Include="freetype.lib" Condition="$(RuntimeIdentifier.StartsWith('win'))" />
<LinkerArg Include="/LIBPATH:.\libs" Condition="$(RuntimeIdentifier.StartsWith('win'))" />
</ItemGroup>
Will you provide the x64 .lib file in a future version?
I can compile the static library myself, but I hope you can provide it in the project for the long term.
thank you