Bump DynamicData and System.Reactive

Bumps [DynamicData](https://github.com/reactiveui/DynamicData) and [System.Reactive](https://github.com/dotnet/reactive). These dependencies needed to be updated together.

Updates `DynamicData` from 8.1.1 to 9.0.1
- [Release notes](https://github.com/reactiveui/DynamicData/releases)
- [Changelog](https://github.com/reactivemarbles/DynamicData/blob/main/ReleaseNotes.md)
- [Commits](https://github.com/reactiveui/DynamicData/compare/8.1.1...9.0.1)

Updates `System.Reactive` from 6.0.1-preview.1 to 6.0.1
- [Release notes](https://github.com/dotnet/reactive/releases)
- [Commits](https://github.com/dotnet/reactive/compare/rxnet-v6.0.1-preview.1...ixnet-v6.0.1)

---
updated-dependencies:
- dependency-name: DynamicData
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: System.Reactive
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-07-18 04:05:55 +00:00 committed by GitHub
parent 5cc6d866ea
commit d17335fd9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="DynamicData" Version="8.1.1" />
<PackageReference Include="DynamicData" Version="9.0.1" />
<PackageReference Include="Extended.Wpf.Toolkit" Version="4.5.1">
<NoWarn>NU1701</NoWarn>
</PackageReference>
@ -100,7 +100,7 @@
<PackageReference Include="ReactiveUI.Fody" Version="19.5.1" />
<PackageReference Include="ReactiveUI.WPF" Version="19.5.1" />
<PackageReference Include="Silk.NET.DXGI" Version="2.21.0" />
<PackageReference Include="System.Reactive" Version="6.0.1-preview.1" />
<PackageReference Include="System.Reactive" Version="6.0.1" />
<PackageReference Include="WPFThemes.DarkBlend" Version="1.0.8" />
</ItemGroup>