Skip to content

Commit

Permalink
Update all reactiveui dependencies to v20.1.1 (#397)
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 May 18, 2024
1 parent 360013c commit 9620cbb
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="8.0.5" ReferenceOutputAssembly="true" />
<PackageReference Include="ReactiveUI.Blazor" Version="20.0.1" ReferenceOutputAssembly="true" />
<PackageReference Include="ReactiveUI.Blazor" Version="20.1.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="20.0.1" />
<PackageReference Include="ReactiveUI.WPF" Version="20.1.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="20.0.1" />
<PackageReference Include="ReactiveUI.WPF" Version="20.1.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="20.0.1" />
<PackageReference Include="ReactiveUI" Version="20.1.1" />
</ItemGroup>

</Project>

0 comments on commit 9620cbb

Please sign in to comment.