From 668b139a9e1f7decd5baeb1ef13c087308844dde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 07:44:57 +0200 Subject: [PATCH] chore(deps): update dependency xunit to v2.5.0 (#323) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [xunit](https://togithub.com/xunit/xunit) | nuget | minor | `2.4.2` -> `2.5.0` | --- ### Release Notes
xunit/xunit (xunit) ### [`v2.5.0`](https://togithub.com/xunit/xunit/compare/2.4.2...2.5.0) [Compare Source](https://togithub.com/xunit/xunit/compare/2.4.2...2.5.0)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Testably/Testably.Abstractions). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Examples/Directory.Build.props | 2 +- Tests/Directory.Build.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/Directory.Build.props b/Examples/Directory.Build.props index b70a0604..808e9e79 100644 --- a/Examples/Directory.Build.props +++ b/Examples/Directory.Build.props @@ -42,7 +42,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Tests/Directory.Build.props b/Tests/Directory.Build.props index 088ec525..0cdf5e3f 100644 --- a/Tests/Directory.Build.props +++ b/Tests/Directory.Build.props @@ -29,7 +29,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all