Skip to content

Commit

Permalink
Update all reactiveui dependencies to v18.3.1 (#1123)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 20, 2022
1 parent 5d5c716 commit ef06bbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Whipstaff.ReactiveUI/Whipstaff.ReactiveUI.csproj
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ReactiveUI" Version="18.2.9" />
<PackageReference Include="ReactiveUI" Version="18.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Whipstaff.Wpf.Mahapps/Whipstaff.Wpf.Mahapps.csproj
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="MahApps.Metro" Version="2.4.9" />
<PackageReference Include="MahApps.Metro.SimpleChildWindow" Version="2.0.0" />
<PackageReference Include="ReactiveUI.WPF" Version="18.2.9" />
<PackageReference Include="ReactiveUI.WPF" Version="18.3.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Whipstaff.Wpf/Whipstaff.Wpf.csproj
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.1" />
<PackageReference Include="PInvoke.User32" Version="0.7.124" />
<PackageReference Include="ReactiveUI.WPF" Version="18.2.9" />
<PackageReference Include="ReactiveUI.WPF" Version="18.3.1" />
<PackageReference Include="ReactiveMarbles.ObservableEvents.SourceGenerator" Version="1.1.4" PrivateAssets="all" />
</ItemGroup>

Expand Down

0 comments on commit ef06bbe

Please sign in to comment.