Skip to content

Commit 8d497d0

Browse files
Bump xunit from 2.4.1 to 2.4.2 (#188)
Bumps [xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/xunit/xunit/releases) - [Commits](xunit/xunit@2.4.1...2.4.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 142fe8f commit 8d497d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CommandLineParser.Tests/CommandLineParser.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="Divergic.Logging.Xunit" Version="4.1.0" />
1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
2020
<PackageReference Include="Moq" Version="4.18.1" />
21-
<PackageReference Include="xunit" Version="2.4.1" />
21+
<PackageReference Include="xunit" Version="2.4.2" />
2222
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

Extensions/Tests/FluentValidationsExtensions.Tests/FluentValidationsExtensions.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PackageReference>
1414
<PackageReference Include="FluentValidation" Version="11.1.0" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
16-
<PackageReference Include="xunit" Version="2.4.1" />
16+
<PackageReference Include="xunit" Version="2.4.2" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

0 commit comments

Comments
 (0)