Skip to content

Commit

Permalink
Bump xunit.extensibility.execution and xunit.extensibility.core (#337)
Browse files Browse the repository at this point in the history
Bumps [xunit.extensibility.execution](https://github.com/xunit/xunit) and [xunit.extensibility.core](https://github.com/xunit/xunit). These dependencies needed to be updated together.

Updates `xunit.extensibility.execution` from 2.6.6 to 2.7.0
- [Commits](xunit/xunit@2.6.6...2.7.0)

Updates `xunit.extensibility.core` from 2.6.6 to 2.7.0
- [Commits](xunit/xunit@2.6.6...2.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 17, 2024
1 parent ee40179 commit 9865f43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<PackageVersion Include="xunit" Version="2.6.6" />
<PackageVersion Include="xunit.runner.console" Version="2.7.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.6" />
<PackageVersion Include="xunit.extensibility.core" Version="2.6.6" />
<PackageVersion Include="xunit.extensibility.execution" Version="2.6.6" />
<PackageVersion Include="xunit.extensibility.core" Version="2.7.0" />
<PackageVersion Include="xunit.extensibility.execution" Version="2.7.0" />
<!-- https://dev.azure.com/tonerdo/coverlet/_artifacts/feed/coverlet-nightly/NuGet/coverlet.collector -->
<PackageVersion Include="coverlet.collector" Version="6.0.1-preview.43.g52ddde6e8d" />
<PackageVersion Include="MSTest" Version="2.2.10" />
Expand Down

0 comments on commit 9865f43

Please sign in to comment.