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

Commit 9548558

Browse files
Bump xunit.runner.msbuild from 2.6.0 to 2.6.2 (#251)
Bumps [xunit.runner.msbuild](https://github.com/xunit/xunit) from 2.6.0 to 2.6.2. - [Commits](xunit/xunit@2.6.0...2.6.2) --- updated-dependencies: - dependency-name: xunit.runner.msbuild 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 535adc9 commit 9548558

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
@@ -13,7 +13,7 @@
1313
<ItemGroup Condition="'$(IncludeTesting)' == 'true'">
1414
<PackageReference Include="xunit" Version="2.6.2" />
1515
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3" />
16-
<PackageReference Include="xunit.runner.msbuild" Version="2.6.0" />
16+
<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" />
1919
</ItemGroup>

0 commit comments

Comments
 (0)