Skip to content

Commit

Permalink
Bump xunit.extensibility.execution from 2.5.0 to 2.5.1 in /src (#999)
Browse files Browse the repository at this point in the history
Bumps [xunit.extensibility.execution](https://github.com/xunit/xunit) from 2.5.0 to 2.5.1.
- [Commits](xunit/xunit@2.5.0...2.5.1)

---
updated-dependencies:
- dependency-name: xunit.extensibility.execution
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2023
1 parent ae7d734 commit cd5e36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Verify.Xunit/Verify.Xunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageReference Include="ConfigureAwait.Fody" Version="3.3.2" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="All" />
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
<PackageReference Include="xunit.extensibility.execution" Version="2.5.0" />
<PackageReference Include="xunit.extensibility.execution" Version="2.5.1" />
<PackageReference Include="ProjectDefaults" Version="1.0.97" PrivateAssets="all" />
<PackageReference Include="EmptyFiles" Version="4.5.0" PrivateAssets="None" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
Expand Down

0 comments on commit cd5e36a

Please sign in to comment.