From 7e5e3e88bdb6eb161c750029fbbd26a03563e983 Mon Sep 17 00:00:00 2001 From: Evan Williams Date: Fri, 25 Jan 2019 17:44:31 -0800 Subject: [PATCH] Update and replace packages Updated the JSON package and replaced the unit testing package. Couldn't get the tests to run before this. --- restlicsharpclient/packages.config | 5 +++-- restlicsharpclient/restlicsharpclient.csproj | 16 ++++++++++------ restlicsharpdata/packages.config | 5 +++-- restlicsharpdata/restlicsharpdata.csproj | 16 ++++++++++------ 4 files changed, 26 insertions(+), 16 deletions(-) diff --git a/restlicsharpclient/packages.config b/restlicsharpclient/packages.config index 5912e98..0b14cab 100644 --- a/restlicsharpclient/packages.config +++ b/restlicsharpclient/packages.config @@ -1,5 +1,6 @@  - - + + + \ No newline at end of file diff --git a/restlicsharpclient/restlicsharpclient.csproj b/restlicsharpclient/restlicsharpclient.csproj index ade3f1b..3fdba9c 100644 --- a/restlicsharpclient/restlicsharpclient.csproj +++ b/restlicsharpclient/restlicsharpclient.csproj @@ -1,5 +1,6 @@  + Debug @@ -30,10 +31,6 @@ 4 - - ..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll - True - @@ -42,8 +39,14 @@ - - ..\packages\Microsoft.VisualStudio.UnitTesting.11.0.50727.1\lib\net45\Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll + + ..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll + + + ..\packages\MSTest.TestFramework.1.4.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll + + + ..\packages\MSTest.TestFramework.1.4.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll @@ -130,4 +133,5 @@ --> + \ No newline at end of file diff --git a/restlicsharpdata/packages.config b/restlicsharpdata/packages.config index 5912e98..0b14cab 100644 --- a/restlicsharpdata/packages.config +++ b/restlicsharpdata/packages.config @@ -1,5 +1,6 @@  - - + + + \ No newline at end of file diff --git a/restlicsharpdata/restlicsharpdata.csproj b/restlicsharpdata/restlicsharpdata.csproj index 1bfd1ca..b153f3f 100644 --- a/restlicsharpdata/restlicsharpdata.csproj +++ b/restlicsharpdata/restlicsharpdata.csproj @@ -1,5 +1,6 @@  + Debug @@ -30,10 +31,6 @@ 4 - - ..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll - True - @@ -42,8 +39,14 @@ - - ..\packages\Microsoft.VisualStudio.UnitTesting.11.0.50727.1\lib\net45\Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll + + ..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll + + + ..\packages\MSTest.TestFramework.1.4.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll + + + ..\packages\MSTest.TestFramework.1.4.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll @@ -115,4 +118,5 @@ --> + \ No newline at end of file