Skip to content

Commit

Permalink
Removed vuln fix System.Text.Json dep
Browse files Browse the repository at this point in the history
System.Text.Json was only added to fix a vulnerability caused by an old version referenced transitively. After the update to .NET 8 and update of all dependencies it can now be removed again.
  • Loading branch information
ckadluba committed Oct 31, 2024
1 parent dd78aa6 commit 586d1bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<PackageVersion Include="FluentAssertions" Version="6.12.1" />
<PackageVersion Include="Dapper.StrongName" Version="2.1.35" />
<PackageVersion Include="Moq" Version="4.18.2" />
<PackageVersion Include="System.Text.Json" Version="6.0.10" />
<PackageVersion Include="xunit" Version="2.9.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
<PackageVersion Include="Serilog" Version="4.1.0" />
Expand Down

0 comments on commit 586d1bb

Please sign in to comment.