Skip to content

Commit

Permalink
Fix tests, v9.13.34
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter committed Apr 19, 2019
1 parent 5402fb3 commit 2146da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NJsonSchema/Infrastructure/JsonSchemaSerialization.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public static T FromJson<T>(string json, IContractResolver contractResolver)
MetadataPropertyHandling = MetadataPropertyHandling.Ignore,
ConstructorHandling = ConstructorHandling.Default,
ReferenceLoopHandling = ReferenceLoopHandling.Serialize,
PreserveReferencesHandling = PreserveReferencesHandling.Objects
PreserveReferencesHandling = PreserveReferencesHandling.None
};

json = JsonSchemaReferenceUtilities.ConvertJsonReferences(json);
Expand Down

0 comments on commit 2146da8

Please sign in to comment.