mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-22 16:28:27 +02:00
remove nfluent
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
// Copyright © WireMock.Net
|
||||
|
||||
#if !(NET452 || NET461)
|
||||
using System.Collections.Specialized;
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
@@ -38,5 +37,4 @@ internal class JObjectConverter : WriteOnlyJsonConverter<JObject>
|
||||
var dictionary = value.ToObject<OrderedDictionary>()!;
|
||||
writer.Serialize(dictionary);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
Reference in New Issue
Block a user