diff --git a/SystemTextJsonPatch.Benchmark/SystemTextJsonPatch.Benchmark.csproj b/SystemTextJsonPatch.Benchmark/SystemTextJsonPatch.Benchmark.csproj
index fb5d473..c9aee81 100644
--- a/SystemTextJsonPatch.Benchmark/SystemTextJsonPatch.Benchmark.csproj
+++ b/SystemTextJsonPatch.Benchmark/SystemTextJsonPatch.Benchmark.csproj
@@ -12,7 +12,7 @@
-
+
diff --git a/SystemTextJsonPatch/Converters/JsonPatchDocumentConverterFactory.cs b/SystemTextJsonPatch/Converters/JsonPatchDocumentConverterFactory.cs
index 2f763c3..40086da 100644
--- a/SystemTextJsonPatch/Converters/JsonPatchDocumentConverterFactory.cs
+++ b/SystemTextJsonPatch/Converters/JsonPatchDocumentConverterFactory.cs
@@ -25,8 +25,10 @@ public sealed override bool CanConvert(Type typeToConvert)
}
- return (JsonConverter)Activator.CreateInstance(typeof(GenericJsonPatchDocumentConverter<>).MakeGenericType(typeToConvert.GenericTypeArguments[0]),
- Array.Empty