Skip to content

Commit

Permalink
Merge pull request #409 from nickbabcock/bump-xunit
Browse files Browse the repository at this point in the history
Bump xunit dependencies to latest
  • Loading branch information
nickbabcock authored Nov 7, 2023
2 parents b7e2291 + 22b610c commit bfe1965
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 bfe1965

Please sign in to comment.