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:
authorJames Newton-King <james@newtonking.com>2012-03-18 07:24:30 +0400
committerJames Newton-King <james@newtonking.com>2012-03-18 07:24:30 +0400
commit8471c4ffe1cb800a4afd747b71dbb5ba31d5ca90 (patch)
treec497bfaf1258541fd9fc0a0dd0fc358fa4d71c69 /Src/Newtonsoft.Json/Newtonsoft.Json.Net20.csproj
parent9c7fb730f2774d116398f0dcc045b0c386b19a6b (diff)
-Added IgnoreSerializableInterface to DefaultContractResolver
-Changed serializing ISerializable types under partial trust to error to fix security issue -Fixed LinqBridge collision error in .NET 2.0 by moving types to a different namespace -Fixed JObject.Keys error when object has no items
Diffstat (limited to 'Src/Newtonsoft.Json/Newtonsoft.Json.Net20.csproj')
-rw-r--r--Src/Newtonsoft.Json/Newtonsoft.Json.Net20.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/Newtonsoft.Json/Newtonsoft.Json.Net20.csproj b/Src/Newtonsoft.Json/Newtonsoft.Json.Net20.csproj
index 36b4d2b..ec54083 100644
--- a/Src/Newtonsoft.Json/Newtonsoft.Json.Net20.csproj
+++ b/Src/Newtonsoft.Json/Newtonsoft.Json.Net20.csproj
@@ -98,6 +98,7 @@
<Compile Include="Formatting.cs" />
<Compile Include="JsonConstructorAttribute.cs" />
<Compile Include="JsonPosition.cs" />
+ <Compile Include="Linq\JPropertyKeyedCollection.cs" />
<Compile Include="SerializationBinder.cs" />
<Compile Include="StreamingContext.cs" />
<Compile Include="Utilities\LinqBridge.cs" />