Skip to content

Commit ab8a51e

Browse files
build(deps): update ReactiveUI requirement from 17.* to 18.* in /samples (#469)
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@17.0.1...18.2.5) --- updated-dependencies: - dependency-name: ReactiveUI 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 ae6b346 commit ab8a51e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/LoginApp.Uwp/LoginApp.Uwp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
</ItemGroup>
150150
<ItemGroup>
151151
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.14" />
152-
<PackageReference Include="ReactiveUI" Version="17.*" />
152+
<PackageReference Include="ReactiveUI" Version="18.*" />
153153
<PackageReference Include="ReactiveUI.Uwp">
154154
<Version>18.2.5</Version>
155155
</PackageReference>

samples/LoginApp/LoginApp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<LangVersion>latest</LangVersion>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="ReactiveUI" Version="17.*" />
7+
<PackageReference Include="ReactiveUI" Version="18.*" />
88
<PackageReference Include="ReactiveUI.Fody" Version="18.*" />
99
<PackageReference Include="ReactiveUI.Validation" Version="2.*" />
1010
</ItemGroup>

0 commit comments

Comments
 (0)