diff --git a/docs/standard/serialization/system-text-json/overview.md b/docs/standard/serialization/system-text-json/overview.md index 5a31683f583e2..2b9a5800da03d 100644 --- a/docs/standard/serialization/system-text-json/overview.md +++ b/docs/standard/serialization/system-text-json/overview.md @@ -42,24 +42,7 @@ For information about security threats that were considered when designing -* -* -* -:::zone-end - -:::zone pivot="dotnet-7-0,dotnet-6-0" - -* -* -* -* -* -:::zone-end +The `System.Text.Json` serializer was designed with thread safety in mind. Practically, this means that once locked, instances can be safely shared across multiple threads. ## Additional resources