Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add xunit.combinatorial
  • Loading branch information
tmat committed Apr 5, 2023
commit 046191d35f900bde5e1644acdb478eb9309f76c4
1 change: 1 addition & 0 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<SystemReflectionMetadataVersion>1.8.1</SystemReflectionMetadataVersion>
<SystemValueTupleVersion>4.5.0</SystemValueTupleVersion>
<SystemTextJsonVersion>4.7.2</SystemTextJsonVersion>
<XunitCombinatorialVersion>1.5.25</XunitCombinatorialVersion>
<!-- libgit2 used for integration tests -->
<LibGit2SharpVersion>0.27.0-preview-0119</LibGit2SharpVersion>
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions src/TestUtilities/TestUtilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="$(MicrosoftBuildTasksCore)" />
<PackageReference Include="xunit.core" Version="$(XunitVersion)" />
<PackageReference Include="xunit.assert" Version="$(XunitVersion)" />
<PackageReference Include="xunit.Combinatorial" version="$(XunitCombinatorialVersion)" />
</ItemGroup>

<PropertyGroup>
Expand Down