Skip to content

Commit 6588f67

Browse files
build(deps): bump the xunit group in /src with 3 updates (#1051)
Bumps the xunit group in /src with 3 updates: [xunit](https://github.com/xunit/xunit), [xunit.runner.console](https://github.com/xunit/xunit) and [xunit.runner.visualstudio](https://github.com/xunit/xunit). Updates `xunit` from 2.5.0 to 2.5.1 - [Commits](xunit/xunit@2.5.0...2.5.1) Updates `xunit.runner.console` from 2.5.0 to 2.5.1 - [Commits](xunit/xunit@2.5.0...2.5.1) Updates `xunit.runner.visualstudio` from 2.5.0 to 2.5.1 - [Commits](xunit/xunit@2.5.0...2.5.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: xunit - dependency-name: xunit.runner.console dependency-type: direct:production update-type: version-update:semver-patch dependency-group: xunit - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: xunit ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aca083a commit 6588f67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Directory.build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
<ItemGroup Condition="$(IsTestProject) or $(MSBuildProjectName.Contains('TestRunner'))">
5151
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
52-
<PackageReference Include="xunit" Version="2.5.0" />
52+
<PackageReference Include="xunit" Version="2.5.1" />
5353
<PackageReference Include="Xunit.StaFact" Version="1.1.11" />
5454
<PackageReference Include="FluentAssertions" Version="6.12.0" />
5555
<PackageReference Include="Microsoft.Reactive.Testing" Version="6.0.0" />
@@ -58,8 +58,8 @@
5858
</ItemGroup>
5959

6060
<ItemGroup Condition="$(IsTestProject)">
61-
<PackageReference Include="xunit.runner.console" Version="2.5.0" />
62-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0" />
61+
<PackageReference Include="xunit.runner.console" Version="2.5.1" />
62+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1" />
6363
<PackageReference Include="coverlet.msbuild" Version="6.0.0" />
6464
</ItemGroup>
6565

0 commit comments

Comments
 (0)