Skip to content

Commit f90300f

Browse files
Merge pull request #38894 from dotnet/dependabot/nuget/samples/snippets/core/testing/unit-testing-best-practices/csharp/before/xunit-2.6.4
Bump xunit from 2.6.3 to 2.6.4 in /samples/snippets/core/testing/unit-testing-best-practices/csharp/before
2 parents 757f2f3 + 044fd5c commit f90300f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.8.0" />
12-
<PackageReference Include="xunit" Version="2.6.3" />
12+
<PackageReference Include="xunit" Version="2.6.4" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5" />
1414
</ItemGroup>
1515

0 commit comments

Comments
 (0)