Skip to content

Commit

Permalink
upgrade to latest NewtonSoft JSON and PureWebSockets libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Byron Penner committed Oct 17, 2017
1 parent abb0c71 commit 51be78f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PureSignalRClient/PureSignalRClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<PackageReference Include="PureWebSockets" Version="1.3.0" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="PureWebSockets" Version="1.6.0" />
</ItemGroup>

<Target Name="PostcompileScript" AfterTargets="Build">
Expand Down

0 comments on commit 51be78f

Please sign in to comment.