Skip to content

Commit

Permalink
Update all reactiveui dependencies to v19.5.1 (#341)
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] authored Oct 3, 2023
1 parent 0d85cc9 commit 4061fc6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.10" ReferenceOutputAssembly="true" />
<PackageReference Include="ReactiveUI.Blazor" Version="19.4.1" ReferenceOutputAssembly="true" />
<PackageReference Include="ReactiveUI.Blazor" Version="19.5.1" ReferenceOutputAssembly="true" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ReactiveUI.WPF" Version="19.4.1" />
<PackageReference Include="ReactiveUI.WPF" Version="19.5.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<TreatWarningsAsErrors />
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ReactiveUI.WPF" Version="19.4.1" />
<PackageReference Include="ReactiveUI.WPF" Version="19.5.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Vetuviem.Core/Vetuviem.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ReactiveUI" Version="19.4.1" />
<PackageReference Include="ReactiveUI" Version="19.5.1" />
</ItemGroup>

</Project>

0 comments on commit 4061fc6

Please sign in to comment.