JsonNode.GetValueKind does not work on .NET 6 and 7, but page says it does. #9919
Labels
needs-area-label
An area label is needed to ensure this gets routed to the appropriate area owners
Pri3
Indicates issues/PRs that are low priority
This page https://learn.microsoft.com/en-us/dotnet/api/system.text.json.nodes.jsonnode.getvaluekind?view=net-8.0 says that JsonNode.GetValueKind applies to .NET 6, 7, 8, 9. But it does not work on 6 & 7. Only on 8 (and probably 9).
The text was updated successfully, but these errors were encountered: