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

Commit 17edf60

Browse files
Bump xunit.runner.msbuild from 2.7.0 to 2.8.0 (#268)
Bumps [xunit.runner.msbuild](https://github.com/xunit/xunit) from 2.7.0 to 2.8.0. - [Commits](xunit/xunit@2.7.0...2.8.0) --- updated-dependencies: - dependency-name: xunit.runner.msbuild dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6370cb commit 17edf60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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.7.0" />
1515
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0" />
16-
<PackageReference Include="xunit.runner.msbuild" Version="2.7.0" />
16+
<PackageReference Include="xunit.runner.msbuild" Version="2.8.0" />
1717
<PackageReference Include="Moq" Version="4.18.4" />
1818
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1919
</ItemGroup>

0 commit comments

Comments
 (0)