Update ElectronNET.API.csproj

This commit is contained in:
rafael-aero
2021-12-09 17:50:43 +01:00
parent 2d940dbeee
commit f5a141a1c6

View File

@@ -42,7 +42,7 @@ This package contains the API to access the "native" electron API.</Description>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="SocketIOClient" Version="3.0.3" />
<PackageReference Include="SocketIOClient" Version="3.0.4" />
<PackageReference Include="SocketIOClient.Newtonsoft.Json" Version="3.0.0" />
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
</ItemGroup>