From f3d8f83ec1304ac4f926c4d3509c676602d99b15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Tsch=C3=A4pp=C3=A4t?= Date: Sun, 2 Oct 2016 12:09:28 +0200 Subject: [PATCH] - nuget specifications corrections - Json lib update --- IPX800cs.nuspec | 3 +++ IPX800cs/IPX800cs.csproj | 4 ++-- IPX800cs/packages.config | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/IPX800cs.nuspec b/IPX800cs.nuspec index 61a6f544..bd0fde31 100644 --- a/IPX800cs.nuspec +++ b/IPX800cs.nuspec @@ -10,6 +10,9 @@ true Library that allows to send commands to IPX800 v2, IPX800 v3 or IPX800 v4 relay board. © 2013-2016 - Julien Tschäppät + + + diff --git a/IPX800cs/IPX800cs.csproj b/IPX800cs/IPX800cs.csproj index 7b1bc540..4805467b 100644 --- a/IPX800cs/IPX800cs.csproj +++ b/IPX800cs/IPX800cs.csproj @@ -41,8 +41,8 @@ IPX800cs.snk - - ..\packages\Newtonsoft.Json.8.0.2\lib\net40\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll True diff --git a/IPX800cs/packages.config b/IPX800cs/packages.config index 28e5e44c..7c276ed8 100644 --- a/IPX800cs/packages.config +++ b/IPX800cs/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file