From e3fc5da17dfa760f3232a8f94ed0928aceaed249 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 28 Feb 2019 17:18:47 +0100 Subject: [PATCH] Aggiunta pacchetti x JSon --- TestClient/TestClient.csproj | 3 +++ TestClient/packages.config | 1 + 2 files changed, 4 insertions(+) diff --git a/TestClient/TestClient.csproj b/TestClient/TestClient.csproj index 0c45496..94b3215 100644 --- a/TestClient/TestClient.csproj +++ b/TestClient/TestClient.csproj @@ -48,6 +48,9 @@ 4 + + ..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll + ..\packages\NLog.4.5.11\lib\net45\NLog.dll diff --git a/TestClient/packages.config b/TestClient/packages.config index ee7c56a..13c15cc 100644 --- a/TestClient/packages.config +++ b/TestClient/packages.config @@ -1,5 +1,6 @@  +