Skip to content

Commit 999be95

Browse files
chore(deps): update dependency xunit.runner.visualstudio to v2.5.0 (#324)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | nuget | minor | `2.4.5` -> `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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTkuNyIsInVwZGF0ZWRJblZlciI6IjM1LjE1OS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 668b139 commit 999be95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
4444
<PackageReference Include="Xunit.SkippableFact" Version="1.4.*" />
4545
<PackageReference Include="xunit" Version="2.5.0" />
46-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
46+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
4747
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4848
<PrivateAssets>all</PrivateAssets>
4949
</PackageReference>

Tests/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
3131
<PackageReference Include="Xunit.SkippableFact" Version="1.4.*" />
3232
<PackageReference Include="xunit" Version="2.5.0" />
33-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
33+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
3434
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3535
<PrivateAssets>all</PrivateAssets>
3636
</PackageReference>

0 commit comments

Comments
 (0)