-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install 64bit dependencies #113
Comments
Getting same results from nugget. |
ghost
mentioned this issue
Sep 27, 2017
I had this problem and worked around it by editing SharpFont.Dependencies.props -- the Include line references an x86 folder, and you can change it to x64 to get the right DLL. This has worked so far in development, anyway. |
same problem.... 😞 |
I found a code to solve the problem.
The test environment is dotnet core 3.1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I installed SharpFont using the nuget package but the deployed
freetype6.dll
is always 32bit. When I switch the platform of my solution tox64
I get this exception:Am I missing something?
Thanks.
The text was updated successfully, but these errors were encountered: