Skip to content

Commit

Permalink
build(deps): update ReactiveUI requirement from 14.* to 15.* in /samp…
Browse files Browse the repository at this point in the history
…les (#338)

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@14.1.1...15.1.1)

---
updated-dependencies:
- dependency-name: ReactiveUI
  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] committed Aug 21, 2021
1 parent 17baec8 commit e2c3d7e
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="14.*" />
<PackageReference Include="ReactiveUI" Version="15.*" />
<PackageReference Include="ReactiveUI.AndroidX" Version="14.*" />
<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.12" />
<PackageReference Include="ReactiveUI" Version="14.*" />
<PackageReference Include="ReactiveUI" Version="15.*" />
<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="14.*" />
<PackageReference Include="ReactiveUI" Version="15.*" />
<PackageReference Include="ReactiveUI.Fody" Version="14.*" />
<PackageReference Include="ReactiveUI.Validation" Version="2.*" />
</ItemGroup>
Expand Down

0 comments on commit e2c3d7e

Please sign in to comment.