Skip to content

Commit 933ece1

Browse files
Bump XunitVersion from 2.5.1 to 2.5.3 (#6964)
Bumps `XunitVersion` from 2.5.1 to 2.5.3. Updates `xunit` from 2.5.1 to 2.5.3 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.1...2.5.3) Updates `xunit.runner.visualstudio` from 2.5.1 to 2.5.3 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.1...2.5.3) Updates `xunit.runner.utility` from 2.5.1 to 2.5.3 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: xunit.runner.utility dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3834b77 commit 933ece1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<LangVersion>11.0</LangVersion>
1919
</PropertyGroup>
2020
<PropertyGroup>
21-
<XunitVersion>2.5.1</XunitVersion>
22-
<XunitRunnerVersion>2.5.1</XunitRunnerVersion>
21+
<XunitVersion>2.5.3</XunitVersion>
22+
<XunitRunnerVersion>2.5.3</XunitRunnerVersion>
2323
<TestSdkVersion>17.7.2</TestSdkVersion>
2424
<HyperionVersion>0.12.2</HyperionVersion>
2525
<NewtonsoftJsonVersion>[13.0.1,)</NewtonsoftJsonVersion>

0 commit comments

Comments
 (0)