Skip to content

Commit

Permalink
Upgrade "Microsoft.NET.Test.Sdk" to 17.12.0 to remove Newtonsoft.Json…
Browse files Browse the repository at this point in the history
… and System.Net.Http versions that have been flagged as containing known high severity vulnerabilities.
  • Loading branch information
leeoades committed Dec 2, 2024
1 parent 7223486 commit 246fb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Stateless.Tests/Stateless.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.analyzers" Version="0.10.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
Expand Down

0 comments on commit 246fb2f

Please sign in to comment.