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