Skip to content

Commit

Permalink
chore: Update Verify.Xunit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
filzrev committed Jan 18, 2024
1 parent 00f043a commit dd311cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ updates:
patterns:
- "Spectre.Console"
- "Spectre.Console.*"
xunit:
patterns:
- "xunit"
- "xunit.*"
- "Verify.Xunit"

- package-ecosystem: npm
target-branch: main
Expand Down
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0-preview-23577-04" />
<PackageVersion Include="PublicApiGenerator" Version="11.1.0" />
<PackageVersion Include="Verify.DiffPlex" Version="2.3.0" />
<PackageVersion Include="Verify.Xunit" Version="22.11.5" />
<PackageVersion Include="Verify.Xunit" Version="23.0.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.6" />
<PackageVersion Include="xunit" Version="2.6.5" />
<PackageVersion Include="xunit" Version="2.6.6" />
</ItemGroup>
</Project>

0 comments on commit dd311cd

Please sign in to comment.