Skip to content

Commit 75fc8dc

Browse files
chore(deps): bump xunit.runner.console from 2.4.2 to 2.5.0 in /src (#274)
Bumps [xunit.runner.console](https://github.com/xunit/xunit) from 2.4.2 to 2.5.0. - [Commits](xunit/xunit@2.4.2...2.5.0) --- updated-dependencies: - dependency-name: xunit.runner.console 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 7688c98 commit 75fc8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<ItemGroup Condition="$(IsTestProject)">
3535
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
3636
<PackageReference Include="xunit" Version="2.5.0" />
37-
<PackageReference Include="xunit.runner.console" Version="2.4.2" />
37+
<PackageReference Include="xunit.runner.console" Version="2.5.0" />
3838
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0" />
3939
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
4040
<PackageReference Include="Xunit.StaFact" Version="1.1.11" />

0 commit comments

Comments
 (0)