Skip to content

Commit 61b6290

Browse files
authored
Update README to remove version specificity for warning
1 parent 67ce54f commit 61b6290

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ var deserializedOrder = JsonSerializer.Deserialize<Order>(json);
131131

132132
**❌ Cons:**
133133
- Only works with reflection-based serialization
134-
- Produces SYSLIB1223 warning with source generators (.NET 6-8)
134+
- Produces SYSLIB1223 warning with source generators
135135
- No AOT (Ahead-of-Time) compilation support
136136

137137
---

0 commit comments

Comments
 (0)