Skip to content

Commit f8b49b5

Browse files
chore(deps): update dependency nunit3testadapter to 5.2.0 (#4177)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [NUnit3TestAdapter](https://docs.nunit.org/articles/vs-test-adapter/Index.html) ([source](https://redirect.github.com/nunit/nunit3-vs-adapter)) | `5.1.0` -> `5.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/NUnit3TestAdapter/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/NUnit3TestAdapter/5.1.0/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/reactiveui/ReactiveUI). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJEZXBlbmRlbmN5IE1hbmFnZW1lbnQiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8605872 commit f8b49b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0" />
2323
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
2424
<PackageVersion Include="NUnit" Version="4.4.0" />
25-
<PackageVersion Include="NUnit3TestAdapter" Version="5.1.0" />
25+
<PackageVersion Include="NUnit3TestAdapter" Version="5.2.0" />
2626
<PackageVersion Include="NUnit.Analyzers" Version="4.10.0" />
2727
<PackageVersion Include="Microsoft.Reactive.Testing" Version="6.1.0" />
2828
<PackageVersion Include="System.Reactive" Version="6.1.0" />

0 commit comments

Comments
 (0)