Skip to content

Commit

Permalink
Fix destination types for Tingle.Extensions.EntityFrameworkCore
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Mar 27, 2024
1 parent 797fca1 commit 3fc8f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tingle.Extensions.EntityFrameworkCore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Converters

|Source Types|BSON Destination Types|
|Source Types|Destination Types|
|--|--|
|`System.Text.Json.Nodes.JsonObject`|`BsonDocument`|
|`System.Text.Json.Nodes.JsonObject`|`string`|
|`System.Text.Json.Nodes.JsonNode`|`string`|
|`System.Text.Json.JsonElement`|`string`|
|`System.Net.IPNetwork` (.NET 8 or later)|`String`|
Expand Down

0 comments on commit 3fc8f52

Please sign in to comment.