Skip to content

Commit b3a65ff

Browse files
Bump xunit (#42717)
Bumps the dotnet group in /samples/snippets/core/testing/unit-testing-best-practices/csharp with 1 update: [xunit](https://github.com/xunit/xunit). Updates `xunit` from 2.9.0 to 2.9.1 - [Commits](xunit/xunit@2.9.0...2.9.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed8438f commit b3a65ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/snippets/core/testing/unit-testing-best-practices/csharp/after/unit-testing-best-practices-after.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
12-
<PackageReference Include="xunit" Version="2.9.0" />
12+
<PackageReference Include="xunit" Version="2.9.1" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
1414
</ItemGroup>
1515

samples/snippets/core/testing/unit-testing-best-practices/csharp/before/unit-testing-best-practices-before.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
12-
<PackageReference Include="xunit" Version="2.9.0" />
12+
<PackageReference Include="xunit" Version="2.9.1" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
1414
</ItemGroup>
1515

0 commit comments

Comments
 (0)