Skip to content

Commit

Permalink
build(deps): update ReactiveUI.XamForms requirement in /samples (#399)
Browse files Browse the repository at this point in the history
Updates the requirements on [ReactiveUI.XamForms](https://github.com/reactiveui/reactiveui) to permit the latest version.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](reactiveui/ReactiveUI@16.1.1...17.0.1)

---
updated-dependencies:
- dependency-name: ReactiveUI.XamForms
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 3, 2021
1 parent e700d40 commit a78b9bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ReactiveUI.XamForms" Version="16.*" />
<PackageReference Include="ReactiveUI.XamForms" Version="17.*" />
</ItemGroup>
<ItemGroup>
<Compile Include="MainActivity.cs" />
Expand Down
2 changes: 1 addition & 1 deletion samples/LoginApp.Forms/LoginApp.Forms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ReactiveUI.XamForms" Version="16.*" />
<PackageReference Include="ReactiveUI.XamForms" Version="17.*" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a78b9bb

Please sign in to comment.