mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
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:
parent
5cc6d866ea
commit
d17335fd9e
@ -73,7 +73,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<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">
|
<PackageReference Include="Extended.Wpf.Toolkit" Version="4.5.1">
|
||||||
<NoWarn>NU1701</NoWarn>
|
<NoWarn>NU1701</NoWarn>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
@ -100,7 +100,7 @@
|
|||||||
<PackageReference Include="ReactiveUI.Fody" Version="19.5.1" />
|
<PackageReference Include="ReactiveUI.Fody" Version="19.5.1" />
|
||||||
<PackageReference Include="ReactiveUI.WPF" Version="19.5.1" />
|
<PackageReference Include="ReactiveUI.WPF" Version="19.5.1" />
|
||||||
<PackageReference Include="Silk.NET.DXGI" Version="2.21.0" />
|
<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" />
|
<PackageReference Include="WPFThemes.DarkBlend" Version="1.0.8" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user