File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
### Changed
15
15
16
- - Bump _ System.Text.Json_ from 7.0.3 to 8.0.0 (concerns _ Aqua.Text.Json_ )
16
+ - Bump _ System.Text.Json_ from 7.0.3 to 8.0.3 (concerns _ Aqua.Text.Json_ )
17
17
- Include type hierarchy in ` Implements ` type checking
18
18
19
19
### Deprecated
20
20
21
21
### Removed
22
22
23
23
- Binary serialization removed for .NET 8.0 and later ([ SYSLIB0050: Formatter-based serialization is obsolete] [ syslib0050 ] )
24
+ - Dependency on _ System.Text.Json_ removed for .NET 6.0 and later as provided by target framework [ #43 ] [ issue#43 ]
24
25
25
26
### Fixed
26
27
@@ -91,6 +92,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
91
92
92
93
[ issue#36 ] : https://github.com/6bee/aqua-core/issues/36
93
94
[ issue#39 ] : https://github.com/6bee/aqua-core/issues/39
95
+ [ issue#43 ] : https://github.com/6bee/aqua-core/issues/43
94
96
95
97
[ json-net ] : https://www.newtonsoft.com/json
96
98
[ nullable-references ] : https://docs.microsoft.com/en-us/dotnet/csharp/nullable-references
You can’t perform that action at this time.
0 commit comments