Commit c9a2dd8
authored
fix: pin
This PR fixes an issue where `System.Text.Json` version 10.0.2 was incorrectly specified for .NET 6.0 and .NET 8.0 target frameworks. The fix pins appropriate framework-specific versions using exact version notation.
### Changes:
- Freeze `System.Text.Json` to version 6.0.11 for .NET 6.0 targets
- Freeze `System.Text.Json` to version 8.0.6 for .NET 8.0 targetsSystem.Text.Json versions for older frameworks (#1407)1 parent d50f129 commit c9a2dd8
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments