Skip to content

Commit a139af1

Browse files
chore(deps): update xunit-dotnet monorepo to v2.5.1 (#402)
[![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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ffc5c55 commit a139af1

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
@@ -28,8 +28,8 @@
2828
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
2929
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
3030
<PackageVersion Include="Xunit.SkippableFact" Version="1.4.13" />
31-
<PackageVersion Include="xunit" Version="2.5.0" />
32-
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.0" />
31+
<PackageVersion Include="xunit" Version="2.5.1" />
32+
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.1" />
3333
<PackageVersion Include="coverlet.collector" Version="6.0.0" />
3434
<PackageVersion Include="NSubstitute" Version="5.1.0" />
3535
</ItemGroup>

0 commit comments

Comments
 (0)