Skip to content

Commit 9bc8eaf

Browse files
Bump xunit from 2.9.2 to 2.9.3 in the xunit group
Bumps the xunit group with 1 update: [xunit](https://github.com/xunit/xunit). Updates `xunit` from 2.9.2 to 2.9.3 - [Commits](xunit/xunit@v2-2.9.2...v2-2.9.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: xunit ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3d768f0 commit 9bc8eaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/Approval.Tests/Approval.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ItemGroup>
88
<PackageReference Include="FluentAssertions" Version="8.0.0-rc.2" />
99
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
10-
<PackageReference Include="xunit" Version="2.9.2" />
10+
<PackageReference Include="xunit" Version="2.9.3" />
1111
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

Tests/FluentAssertions.DataSets.Specs/FluentAssertions.DataSets.Specs.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="xunit" Version="2.9.2" />
21+
<PackageReference Include="xunit" Version="2.9.3" />
2222
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
2323
<PackageReference Include="coverlet.collector" Version="6.0.3" PrivateAssets="all">
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)