Skip to content

Commit

Permalink
Bump xunit dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Nov 7, 2023
1 parent b7e2291 commit 22b610c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OhmGraphite.Test/OhmGraphite.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="Testcontainers" Version="3.5.0" />
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1"/>
<PackageReference Include="xunit.runner.console" Version="2.5.1"/>
<PackageReference Include="xunit" Version="2.6.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3"/>
<PackageReference Include="xunit.runner.console" Version="2.6.0"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 22b610c

Please sign in to comment.