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/Serialization/JsonProperty.cs')
-rw-r--r--Src/Newtonsoft.Json/Serialization/JsonProperty.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Src/Newtonsoft.Json/Serialization/JsonProperty.cs b/Src/Newtonsoft.Json/Serialization/JsonProperty.cs
index f2240ec..4f0952a 100644
--- a/Src/Newtonsoft.Json/Serialization/JsonProperty.cs
+++ b/Src/Newtonsoft.Json/Serialization/JsonProperty.cs
@@ -24,6 +24,9 @@
#endregion
using System;
+#if NET20
+using Newtonsoft.Json.Utilities.LinqBridge;
+#endif
namespace Newtonsoft.Json.Serialization
{