Skip to content

Commit 4f8cd66

Browse files
chore(deps): update xunit-dotnet monorepo to 2.9.2 (#3920)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [xunit](https://redirect.github.com/xunit/xunit) | `2.9.1` -> `2.9.2` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/xunit/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/xunit/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/xunit/2.9.1/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/xunit/2.9.1/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [xunit.runner.console](https://redirect.github.com/xunit/xunit) | `2.9.1` -> `2.9.2` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/xunit.runner.console/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/xunit.runner.console/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/xunit.runner.console/2.9.1/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/xunit.runner.console/2.9.1/2.9.2?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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiRGVwZW5kZW5jeSBNYW5hZ2VtZW50Il19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 435d6cc commit 4f8cd66

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

integrationtests/IntegrationTests.Shared.Tests/IntegrationTests.Shared.Tests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
12-
<PackageReference Include="xunit" Version="2.9.1" />
13-
<PackageReference Include="xunit.runner.console" Version="2.9.1">
12+
<PackageReference Include="xunit" Version="2.9.2" />
13+
<PackageReference Include="xunit.runner.console" Version="2.9.2">
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1616
</PackageReference>

src/Directory.Packages.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<PackageVersion Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
3535
<PackageVersion Include="System.Text.Json" Version="8.0.4" />
3636
<PackageVersion Include="Verify.Xunit" Version="26.6.0" />
37-
<PackageVersion Include="xunit" Version="2.9.1" />
38-
<PackageVersion Include="xunit.runner.console" Version="2.9.1" />
37+
<PackageVersion Include="xunit" Version="2.9.2" />
38+
<PackageVersion Include="xunit.runner.console" Version="2.9.2" />
3939
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
4040
<PackageVersion Include="Xunit.StaFact" Version="1.1.11" />
4141
<PackageVersion Include="Xamarin.AndroidX.Core" Version="1.13.1.4" />

0 commit comments

Comments
 (0)