From f5992a7cd2519828f246bccccfc23bbbc3964ce1 Mon Sep 17 00:00:00 2001 From: "Brett V. Forsgren" Date: Thu, 8 Mar 2018 10:24:00 -0800 Subject: [PATCH] consolidate Newtonsoft.Json version to match what's shipped in VS --- build/targets/PackageVersions.props | 2 +- packages.config | 2 +- .../testenv/src/AssemblyVersionCheck/AssemblyVersionCheck.fsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/targets/PackageVersions.props b/build/targets/PackageVersions.props index 0ba3d7fcf23..889b7a80006 100644 --- a/build/targets/PackageVersions.props +++ b/build/targets/PackageVersions.props @@ -50,7 +50,7 @@ 1.0.30 8.0.0-alpha 1.0.1 - 10.0.2 + 9.0.1 3.5.0 0.2.0-beta-000081 diff --git a/packages.config b/packages.config index ed756fd43ad..dc6205ef46c 100644 --- a/packages.config +++ b/packages.config @@ -34,7 +34,7 @@ - + diff --git a/tests/fsharpqa/testenv/src/AssemblyVersionCheck/AssemblyVersionCheck.fsx b/tests/fsharpqa/testenv/src/AssemblyVersionCheck/AssemblyVersionCheck.fsx index 17621946c50..8554c7b46d2 100644 --- a/tests/fsharpqa/testenv/src/AssemblyVersionCheck/AssemblyVersionCheck.fsx +++ b/tests/fsharpqa/testenv/src/AssemblyVersionCheck/AssemblyVersionCheck.fsx @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information. // this was restored by packages.config in the root -#r @"..\..\..\..\..\packages\Newtonsoft.Json.8.0.1\lib\net45\Newtonsoft.Json.dll" +#r @"..\..\..\..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll" open System open System.Diagnostics