diff --git a/includes/core-changes/serialization/5.0/jsonserializer-allows-reading-numbers-as-strings.md b/includes/core-changes/serialization/5.0/jsonserializer-allows-reading-numbers-as-strings.md index 9c159ceb5466d..be4fe8eba0af7 100644 --- a/includes/core-changes/serialization/5.0/jsonserializer-allows-reading-numbers-as-strings.md +++ b/includes/core-changes/serialization/5.0/jsonserializer-allows-reading-numbers-as-strings.md @@ -12,7 +12,7 @@ Starting in .NET 5.0, quoted numbers in JSON payloads are considered valid, by d > > - There is no behavior change for the default, standalone or . > - This is technically not a breaking change, since it makes a scenario more permissive instead of more restrictive (that is, it succeeds in coercing a number from a JSON string instead of throwing an exception). However, since this is a significant behavioral change that affects many ASP.NET Core apps, it is documented here. -> - The and extension methods also use the set of serialization options. +> - The and extension methods also use the set of serialization options. #### Version introduced