Skip to content

Commit f6a905e

Browse files
committed
Bump xunit to 2.9.2
1 parent 443ce42 commit f6a905e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Directory.Build.Targets

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

44
<ItemGroup Label="Testing" Condition="'$(IsTestProject)'=='true'">
55
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
6-
<PackageReference Include="xunit" Version="2.9.1" />
6+
<PackageReference Include="xunit" Version="2.9.2" />
77
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
88
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
99
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)