Skip to content

Commit 2b037bc

Browse files
Update dependency xunit.runner.visualstudio to v3
1 parent 089f6fa commit 2b037bc

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
@@ -50,7 +50,7 @@
5050
<ItemGroup Condition="'$(IsTestProject)' == 'true'">
5151
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
5252
<PackageReference Include="xunit" Version="2.9.0" />
53-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
53+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
5454
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5555
<PrivateAssets>all</PrivateAssets>
5656
</PackageReference>

0 commit comments

Comments
 (0)