参考 https://www.cnblogs.com/VirtualMJ/p/9917916.html 文章中
1
2
3
|
yum install -y epel-release
yum makecache fast
yum install -y libgdiplus-devel
|
解决!!!
Asp.Net Core中使用GDI+绘图提示gdiplus库找不到的问题
原文:https://www.cnblogs.com/cehui0303/p/11980950.html