Skip to content

Commit

Permalink
build(deps): update ReactiveUI requirement from 16.* to 17.* in /samples
Browse files Browse the repository at this point in the history
Updates the requirements on [ReactiveUI](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
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 3, 2021
1 parent aed3979 commit 9476aa4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/LoginApp.Android/LoginApp.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<AndroidResource Include="Resources\values\styles.xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ReactiveUI" Version="16.*" />
<PackageReference Include="ReactiveUI" Version="17.*" />
<PackageReference Include="ReactiveUI.AndroidX" Version="17.*" />
<PackageReference Include="ReactiveUI.Validation" Version="2.*" />
<PackageReference Include="ReactiveUI.Validation.AndroidX" Version="2.*" />
Expand Down
2 changes: 1 addition & 1 deletion samples/LoginApp.Uwp/LoginApp.Uwp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.13" />
<PackageReference Include="ReactiveUI" Version="16.*" />
<PackageReference Include="ReactiveUI" Version="17.*" />
<PackageReference Include="ReactiveUI.Validation" Version="2.*" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion samples/LoginApp/LoginApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ReactiveUI" Version="16.*" />
<PackageReference Include="ReactiveUI" Version="17.*" />
<PackageReference Include="ReactiveUI.Fody" Version="16.*" />
<PackageReference Include="ReactiveUI.Validation" Version="2.*" />
</ItemGroup>
Expand Down

0 comments on commit 9476aa4

Please sign in to comment.