Skip to content

Commit 5d65ad9

Browse files
chore(deps): update dependency system.valuetuple to 4.6.1 (#4006)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [System.ValueTuple](https://redirect.github.com/dotnet/maintenance-packages) | `4.5.0` -> `4.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/System.ValueTuple/4.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/System.ValueTuple/4.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/System.ValueTuple/4.5.0/4.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/System.ValueTuple/4.5.0/4.6.1?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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJEZXBlbmRlbmN5IE1hbmFnZW1lbnQiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8d4c527 commit 5d65ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Packages.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.7.250310001" />
5151
</ItemGroup>
5252
<ItemGroup Condition="$(TargetFramework.StartsWith('net4'))">
53-
<PackageVersion Include="System.ValueTuple" Version="4.5.0" />
53+
<PackageVersion Include="System.ValueTuple" Version="4.6.1" />
5454
</ItemGroup>
5555
<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) or '$(TargetFramework)' == 'net9.0' or '$(TargetFramework)' == 'net8.0' or $(TargetFramework.EndsWith('-windows10.0.17763.0')) or $(TargetFramework.EndsWith('-windows10.0.19041.0'))">
5656
<PackageVersion Include="System.ComponentModel.Annotations" Version="5.0.0" />

0 commit comments

Comments
 (0)