Skip to content

Commit 0d5acd8

Browse files
Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 in the xunit group (#2420)
* Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 in the xunit group Bumps the xunit group with 1 update: [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `xunit.runner.visualstudio` from 2.8.2 to 3.0.0 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.8.2...3.0.0) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-major dependency-group: xunit ... Signed-off-by: dependabot[bot] <support@github.com> * Update Directory.Packages.props Fix build. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Costello <martin@martincostello.com>
1 parent 656e4fc commit 0d5acd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
<PackageVersion Include="System.Text.Json" Version="9.0.0" />
4949
<PackageVersion Include="System.ValueTuple" Version="4.5.0" />
5050
<PackageVersion Include="xunit" Version="2.9.2" />
51-
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
51+
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.0" />
5252
</ItemGroup>
5353
</Project>

0 commit comments

Comments
 (0)