facebook twitter hatena line email

「Unity/PDFSharp」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==インストール== wget https://www.nuget.org/api/v2/package/System.Drawing.Common/4.7.0 unzip 4.7.0 -d drawing cp drawing/lib/netstandard2.0/System.Drawing.Common.dl...」)
 
 
行1: 行1:
 
==インストール==
 
==インストール==
 +
<pre>
 
wget https://www.nuget.org/api/v2/package/System.Drawing.Common/4.7.0
 
wget https://www.nuget.org/api/v2/package/System.Drawing.Common/4.7.0
 
unzip 4.7.0 -d drawing
 
unzip 4.7.0 -d drawing
 
cp drawing/lib/netstandard2.0/System.Drawing.Common.dll Assets/Plugins/
 
cp drawing/lib/netstandard2.0/System.Drawing.Common.dll Assets/Plugins/
 
+
</pre>
 
==windowsでしか実行できない==
 
==windowsでしか実行できない==
 
System.Drawing.Common は、.NET 6からWindows限定推奨に変更されてる
 
System.Drawing.Common は、.NET 6からWindows限定推奨に変更されてる
  
 +
<pre>
 
https://learn.microsoft.com/ja-jp/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only
 
https://learn.microsoft.com/ja-jp/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only
 +
</pre>

2026年4月17日 (金) 14:23時点における最新版

インストール

wget https://www.nuget.org/api/v2/package/System.Drawing.Common/4.7.0
unzip 4.7.0 -d drawing
cp drawing/lib/netstandard2.0/System.Drawing.Common.dll Assets/Plugins/

windowsでしか実行できない

System.Drawing.Common は、.NET 6からWindows限定推奨に変更されてる

https://learn.microsoft.com/ja-jp/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only