Skip to content

Commit dbec9a4

Browse files
chore(deps): update xunit-dotnet monorepo to v2.5.1 (#52)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [xunit](https://github.com/xunit/xunit) | nuget | patch | `2.5.0` -> `2.5.1` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) ([source](https://github.com/xunit/xunit)) | nuget | patch | `2.5.0` -> `2.5.1` | --- ### Release Notes <details> <summary>xunit/xunit (xunit)</summary> ### [`v2.5.1`](https://github.com/xunit/xunit/compare/2.5.0...2.5.1) [Compare Source](https://github.com/xunit/xunit/compare/2.5.0...2.5.1) </details> --- ### 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 these updates again. --- - [ ] <!-- rebase-check -->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.FluentAssertions). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f5e43be commit dbec9a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<PackageVersion Include="AutoFixture.Xunit2" Version="4.18.0" />
2525
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
2626
<PackageVersion Include="Xunit.SkippableFact" Version="1.4.13" />
27-
<PackageVersion Include="xunit" Version="2.5.0" />
28-
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.0" />
27+
<PackageVersion Include="xunit" Version="2.5.1" />
28+
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.1" />
2929
<PackageVersion Include="coverlet.collector" Version="6.0.0" />
3030
</ItemGroup>
3131

0 commit comments

Comments
 (0)