Skip to content

Commit a78b9bb

Browse files
build(deps): update ReactiveUI.XamForms requirement in /samples (#399)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e700d40 commit a78b9bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/LoginApp.Forms.Android/LoginApp.Forms.Android.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<Reference Include="System.Xml" />
5757
</ItemGroup>
5858
<ItemGroup>
59-
<PackageReference Include="ReactiveUI.XamForms" Version="16.*" />
59+
<PackageReference Include="ReactiveUI.XamForms" Version="17.*" />
6060
</ItemGroup>
6161
<ItemGroup>
6262
<Compile Include="MainActivity.cs" />

samples/LoginApp.Forms/LoginApp.Forms.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="ReactiveUI.XamForms" Version="16.*" />
13+
<PackageReference Include="ReactiveUI.XamForms" Version="17.*" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)