Skip to content

Commit

Permalink
Bump XunitVersion from 2.4.2 to 2.5.0
Browse files Browse the repository at this point in the history
Bumps `XunitVersion` from 2.4.2 to 2.5.0.

Updates `xunit` from 2.4.2 to 2.5.0
- [Commits](xunit/xunit@2.4.2...2.5.0)

Updates `xunit.runner.visualstudio` from 2.4.2 to 2.5.0
- [Commits](xunit/xunit@2.4.2...2.5.0)

Updates `xunit.runner.utility` from 2.4.2 to 2.5.0
- [Commits](xunit/xunit@2.4.2...2.5.0)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: xunit.runner.utility
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent a66295b commit 83729d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<LangVersion>11.0</LangVersion>
</PropertyGroup>
<PropertyGroup>
<XunitVersion>2.4.2</XunitVersion>
<XunitRunnerVersion>2.4.2</XunitRunnerVersion>
<XunitVersion>2.5.0</XunitVersion>
<XunitRunnerVersion>2.5.0</XunitRunnerVersion>
<TestSdkVersion>17.6.3</TestSdkVersion>
<HyperionVersion>0.12.2</HyperionVersion>
<NewtonsoftJsonVersion>[13.0.1,)</NewtonsoftJsonVersion>
Expand Down

0 comments on commit 83729d2

Please sign in to comment.