chore(deps): update dependency xunit.runner.visualstudio to v3 - autoclosed#224
chore(deps): update dependency xunit.runner.visualstudio to v3 - autoclosed#224renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Greptile SummaryAutomated Renovate bot PR that bumps
Confidence Score: 1/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[WorkOSTests.csproj] -->|targets| B[netcoreapp3.1]
A -->|targets| C[net461]
A -->|references| D[xunit.runner.visualstudio 3.1.5]
D -->|requires| E[.NET 8+]
D -->|requires| F[.NET Framework 4.7.2+]
B -. "3.1 < 8 ❌" .-> E
C -. "4.6.1 < 4.7.2 ❌" .-> F
Last reviewed commit: 58b56ef |
| </PackageReference> | ||
| <PackageReference Include="xunit" Version="2.4.1" /> | ||
| <PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" /> | ||
| <PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" /> |
There was a problem hiding this comment.
Incompatible target frameworks
xunit.runner.visualstudio v3.1.5 requires .NET Framework 4.7.2+ and .NET 8+ (NuGet listing). This project targets netcoreapp3.1 (line 3) and net461, both of which are below the minimum supported versions. This will likely cause test discovery/execution failures on both target frameworks.
Either the target frameworks need to be updated to meet the minimum requirements, or this package should stay on a version compatible with the current targets (e.g., 2.4.x).
58b56ef to
622264b
Compare
This PR contains the following updates:
2.4.1→3.1.5Release Notes
xunit/visualstudio.xunit (xunit.runner.visualstudio)
v3.1.5Compare Source
v3.1.4Compare Source
v3.1.3Compare Source
v3.1.2Compare Source
v3.1.1Compare Source
v3.1.0Compare Source
v3.0.2Compare Source
v3.0.1Compare Source
v3.0.0Compare Source
v2.8.2Compare Source
v2.8.1Compare Source
v2.8.0Compare Source
v2.5.8Compare Source
v2.5.7Compare Source
v2.5.6Compare Source
v2.5.5Compare Source
v2.5.4Compare Source
v2.5.3Compare Source
v2.5.1Compare Source
v2.5.0Compare Source
v2.4.5Compare Source
v2.4.4Compare Source
v2.4.3Compare Source
Configuration
📅 Schedule: Branch creation - "on the 15th day of the month before 12pm" in timezone UTC, 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.
This PR was generated by Mend Renovate. View the repository job log.