Add System.Drawing.Common reference.

This commit is contained in:
ThrDev
2020-04-26 19:26:45 -04:00
parent 7daac2d04e
commit 23015a9f3d

View File

@@ -41,6 +41,7 @@ This package contains the API to access the "native" electron API.</Description>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="SocketIoClientDotNet" Version="1.0.5" />
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
</ItemGroup>
</Project>