Skip to content

Commit

Permalink
Update all reactiveui dependencies to v18.4.34 (#305)
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 Apr 20, 2023
1 parent a4289dd commit 7f36ff4
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.3" ReferenceOutputAssembly="true" />
<PackageReference Include="ReactiveUI.Blazor" Version="18.4.26" ReferenceOutputAssembly="true" />
<PackageReference Include="ReactiveUI.Blazor" Version="18.4.34" 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="18.4.26" />
<PackageReference Include="ReactiveUI.WPF" Version="18.4.34" />
</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="18.4.26" />
<PackageReference Include="ReactiveUI.WPF" Version="18.4.34" />
</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="18.4.26" />
<PackageReference Include="ReactiveUI" Version="18.4.34" />
</ItemGroup>

</Project>

0 comments on commit 7f36ff4

Please sign in to comment.