diff --git a/Api/QuantConnect.Api.csproj b/Api/QuantConnect.Api.csproj index 92820f465758..a168881db3e2 100644 --- a/Api/QuantConnect.Api.csproj +++ b/Api/QuantConnect.Api.csproj @@ -1,4 +1,4 @@ - + Debug @@ -81,8 +81,9 @@ ..\packages\MathNet.Numerics.3.19.0\lib\net40\MathNet.Numerics.dll - - ..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True ..\packages\NodaTime.1.3.4\lib\net35-Client\NodaTime.dll diff --git a/Api/packages.config b/Api/packages.config index 70954bf080ba..302829f85df8 100644 --- a/Api/packages.config +++ b/Api/packages.config @@ -4,7 +4,7 @@ - + diff --git a/Common/QuantConnect.csproj b/Common/QuantConnect.csproj index 3eb422ba8a8b..5cfb56febb22 100644 --- a/Common/QuantConnect.csproj +++ b/Common/QuantConnect.csproj @@ -1,4 +1,4 @@ - + Debug @@ -102,8 +102,9 @@ ..\packages\MathNet.Numerics.3.19.0\lib\net40\MathNet.Numerics.dll - - ..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True ..\packages\NodaTime.1.3.4\lib\net35-Client\NodaTime.dll diff --git a/Common/packages.config b/Common/packages.config index bb275664ad1f..863b29d812bf 100644 --- a/Common/packages.config +++ b/Common/packages.config @@ -4,7 +4,7 @@ - + diff --git a/Configuration/QuantConnect.Configuration.csproj b/Configuration/QuantConnect.Configuration.csproj index 9d4721102c44..66b5a6849711 100644 --- a/Configuration/QuantConnect.Configuration.csproj +++ b/Configuration/QuantConnect.Configuration.csproj @@ -1,4 +1,4 @@ - + @@ -39,8 +39,9 @@ 6 - - ..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/Configuration/packages.config b/Configuration/packages.config index 810e559c0449..0dcc3054df43 100644 --- a/Configuration/packages.config +++ b/Configuration/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file