Skip to content

Commit 53e743b

Browse files
authored
Move to xunit.runner.visualstudio 3.1.3 (#79434)
Fixes a double disposal issue which was causing v2 test runs to fail at the end of test runs. see https://xunit.net/releases/visualstudio/3.1.3
2 parents 1417783 + 4d2d314 commit 53e743b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
<PackageVersion Include="xunit.core" Version="$(_xunitVersion)" />
274274
<PackageVersion Include="Xunit.Combinatorial" Version="1.6.24" />
275275
<PackageVersion Include="xunit.extensibility.core" Version="$(_xunitVersion)" />
276-
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.1" />
276+
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.3" />
277277
<PackageVersion Include="xunit.runner.utility" Version="$(_xunitVersion)" />
278278
<PackageVersion Include="xunit.abstractions" Version="2.0.3" />
279279
<PackageVersion Include="xunit.extensibility.execution" Version="$(_xunitVersion)" />

0 commit comments

Comments
 (0)