Skip to content

Commit 57c13af

Browse files
Update dependency xunit to v2.8.0
1 parent be9bd04 commit 57c13af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Directory.Build.props

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

5050
<ItemGroup Condition="'$(IsTestProject)' == 'true'">
5151
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
52-
<PackageReference Include="xunit" Version="2.7.0" />
52+
<PackageReference Include="xunit" Version="2.8.0" />
5353
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
5454
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5555
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)