Skip to content

Commit

Permalink
Merge pull request #644 from christianhelle/dependabot/nuget/xunit-2.5.2
Browse files Browse the repository at this point in the history
Bump xunit from 2.5.1 to 2.5.2
  • Loading branch information
christianhelle authored Oct 13, 2023
2 parents 72a8948 + ea23244 commit 79524d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<PackageReference Include="AutoFixture.Xunit2" Version="4.18.0" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit" Version="2.5.2" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<Version>4.18.4</Version>
</PackageReference>
<PackageReference Include="xunit">
<Version>2.5.1</Version>
<Version>2.5.2</Version>
</PackageReference>
<PackageReference Include="xunit.runner.visualstudio">
<Version>2.5.1</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<Version>4.18.4</Version>
</PackageReference>
<PackageReference Include="xunit">
<Version>2.5.1</Version>
<Version>2.5.2</Version>
</PackageReference>
<PackageReference Include="Xunit.SkippableFact">
<Version>1.4.13</Version>
Expand Down

0 comments on commit 79524d4

Please sign in to comment.