Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit f6408fc

Browse files
Bump xunit.runner.visualstudio from 2.5.3 to 2.5.4 (#250)
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.3...2.5.4) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio 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>
1 parent 9548558 commit f6408fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Build.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<ItemGroup Condition="'$(IncludeTesting)' == 'true'">
1414
<PackageReference Include="xunit" Version="2.6.2" />
15-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3" />
15+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4" />
1616
<PackageReference Include="xunit.runner.msbuild" Version="2.6.2" />
1717
<PackageReference Include="Moq" Version="4.18.4" />
1818
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

0 commit comments

Comments
 (0)