Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/Newtonsoft.Json.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Newtonsoft.Json.Tests/JsonValidatingReaderTests.cs')
-rw-r--r--Src/Newtonsoft.Json.Tests/JsonValidatingReaderTests.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Src/Newtonsoft.Json.Tests/JsonValidatingReaderTests.cs b/Src/Newtonsoft.Json.Tests/JsonValidatingReaderTests.cs
index fabfa6b..4ec070f 100644
--- a/Src/Newtonsoft.Json.Tests/JsonValidatingReaderTests.cs
+++ b/Src/Newtonsoft.Json.Tests/JsonValidatingReaderTests.cs
@@ -1,7 +1,9 @@
using System;
using System.Collections.Generic;
using System.IO;
-using System.Linq;
+#if NET20
+using Newtonsoft.Json.Utilities.LinqBridge;
+#endif
using System.Text;
#if !NETFX_CORE
using NUnit.Framework;