Skip to content

Commit ee116b0

Browse files
Bump Verify.Xunit from 28.0.0 to 28.1.3 (#253)
Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) from 28.0.0 to 28.1.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/VerifyTests/Verify/commit/527eedfe341d45ee65a27dc4f9f487f27b9712ba"><code>527eedf</code></a> Make combination tests support recording when an exception is thrown (<a href="https://redirect.github.com/VerifyTests/Verify/issues/1340">#1340</a>)</li> <li><a href="https://github.com/VerifyTests/Verify/commit/a4b159a10c71eff838a5fa23b0b669e9f06ff70c"><code>a4b159a</code></a> refs</li> <li><a href="https://github.com/VerifyTests/Verify/commit/d936ac4123cb84fa89c9e9e755c68aca8cf01569"><code>d936ac4</code></a> Merge branch 'main' of <a href="https://github.com/VerifyTests/Verify">https://github.com/VerifyTests/Verify</a></li> <li><a href="https://github.com/VerifyTests/Verify/commit/75b6b55b6ecc55b2a27a668fa55c723101ad58f0"><code>75b6b55</code></a> refs or cleanup</li> <li><a href="https://github.com/VerifyTests/Verify/commit/626b474c6c07bf6a71adba14184e2fcab64b8cad"><code>626b474</code></a> Docs changes</li> <li><a href="https://github.com/VerifyTests/Verify/commit/1112433d61ec832aa8d9ae781f22cd84a2ac012a"><code>1112433</code></a> refs or cleanup</li> <li><a href="https://github.com/VerifyTests/Verify/commit/629ba2e7ad37ec682cf036471ea9738652c328cf"><code>629ba2e</code></a> docs</li> <li><a href="https://github.com/VerifyTests/Verify/commit/0eca3c27cb6e19b2fb16afcae9a646c66499793e"><code>0eca3c2</code></a> Make combinations respect Recording.Pause (<a href="https://redirect.github.com/VerifyTests/Verify/issues/1339">#1339</a>)</li> <li><a href="https://github.com/VerifyTests/Verify/commit/63b9aee17da159f50288a5e6487af21d94c2343e"><code>63b9aee</code></a> Docs changes</li> <li><a href="https://github.com/VerifyTests/Verify/commit/01e021c9dd1955e41a48f9a4f30e369e1644eb68"><code>01e021c</code></a> refs or cleanup</li> <li>Additional commits viewable in <a href="https://github.com/VerifyTests/Verify/compare/28.0.0...28.1.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Verify.Xunit&package-manager=nuget&previous-version=28.0.0&new-version=28.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e450f1 commit ee116b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/targets/tests/Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing" Version="1.1.2-beta1.24314.1" />
55
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
66
<PackageVersion Include="Verify.Nupkg" Version="1.1.6" />
7-
<PackageVersion Include="Verify.Xunit" Version="28.0.0" />
7+
<PackageVersion Include="Verify.Xunit" Version="28.1.3" />
88
<PackageVersion Include="xunit" Version="2.9.2" />
99
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
1010
<PackageVersion Include="Meziantou.Xunit.ParallelTestFramework" Version="2.3.0" />

0 commit comments

Comments
 (0)