Skip to content

Commit 0a9e0e9

Browse files
authored
Removed ExceptionDetail and dependency from System.Text.Json. (#197)
1 parent 03f2fb7 commit 0a9e0e9

File tree

4 files changed

+3
-147
lines changed

4 files changed

+3
-147
lines changed

Diff for: CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
Nothing yet.
10+
### Removed
11+
12+
- Removed `ExceptionDetail` and dependency from `System.Text.Json`.
1113

1214
## [1.19.2] - 2024-11-19
1315

Diff for: src/Logitar/ExceptionDetail.cs

-89
This file was deleted.

Diff for: src/Logitar/Logitar.csproj

-5
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@
3535
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
3636
</PropertyGroup>
3737

38-
<ItemGroup>
39-
<PackageReference Include="System.Text.Json" Version="9.0.0" />
40-
</ItemGroup>
41-
4238
<ItemGroup>
4339
<None Update="LICENSE">
4440
<Pack>True</Pack>
@@ -57,7 +53,6 @@
5753
<ItemGroup>
5854
<Using Include="System.Collections" />
5955
<Using Include="System.Globalization" />
60-
<Using Include="System.Text.Json" />
6156
</ItemGroup>
6257

6358
</Project>

Diff for: tests/Logitar.UnitTests/ExceptionDetailTests.cs

-52
This file was deleted.

0 commit comments

Comments
 (0)