Skip to content

Commit 54861ef

Browse files
Chris Martinezcommonsensesoftware
authored andcommitted
Upgrade to xUnit 2.4
1 parent bf14bf4 commit 54861ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/directory.build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<ItemGroup Condition=" '$(MSBuildProjectExtension)' != '.shproj' ">
1515
<PackageReference Include="FluentAssertions" Version="5.4.1" />
1616
<PackageReference Include="Moq" Version="4.9.0" />
17-
<PackageReference Include="xunit" Version="2.4.0-rc.1.build4038" />
18-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0-rc.1.build4038" />
17+
<PackageReference Include="xunit" Version="2.4.0" />
18+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
1919
</ItemGroup>
2020

2121
</Project>

0 commit comments

Comments
 (0)