Skip to content

Commit

Permalink
Update all test dependencies to their latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Apr 12, 2024
1 parent ad4bcaf commit 51882f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Chisel.Tests/Chisel.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="PublicApiGenerator" Version="11.1.0" />
<PackageReference Include="System.Text.Json" Version="8.0.3" />
<PackageReference Include="Verify.Xunit" Version="23.7.2" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="Verify.Xunit" Version="24.0.0" />
<PackageReference Include="xunit" Version="2.7.1" />
<PackageReference Include="Xunit.Combinatorial" Version="1.6.24" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7" PrivateAssets="all" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 51882f5

Please sign in to comment.