Skip to content

Commit

Permalink
Update to support generic TheoryDataRow
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed May 20, 2024
1 parent f5e7e3d commit 812f27b
Show file tree
Hide file tree
Showing 11 changed files with 841 additions and 126 deletions.
6 changes: 3 additions & 3 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="xunit.assert.source" Version="2.6.7-pre.4" />
<PackageReference Include="xunit.core" Version="2.6.7-pre.4" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7-pre.5" />
<PackageReference Include="xunit.assert.source" Version="2.8.1-pre.14" />
<PackageReference Include="xunit.core" Version="2.8.1-pre.14" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1-pre.4" />
</ItemGroup>

</When>
Expand Down
Loading

0 comments on commit 812f27b

Please sign in to comment.