Skip to content

Commit 9b977a9

Browse files
build(deps): update ReactiveUI requirement from 16.* to 17.* in /samples (#393)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64a1cac commit 9b977a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/LoginApp.Android/LoginApp.Android.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<AndroidResource Include="Resources\values\styles.xml" />
7272
</ItemGroup>
7373
<ItemGroup>
74-
<PackageReference Include="ReactiveUI" Version="16.*" />
74+
<PackageReference Include="ReactiveUI" Version="17.*" />
7575
<PackageReference Include="ReactiveUI.AndroidX" Version="17.*" />
7676
<PackageReference Include="ReactiveUI.Validation" Version="2.*" />
7777
<PackageReference Include="ReactiveUI.Validation.AndroidX" Version="2.*" />

samples/LoginApp.Uwp/LoginApp.Uwp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
</ItemGroup>
149149
<ItemGroup>
150150
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.13" />
151-
<PackageReference Include="ReactiveUI" Version="16.*" />
151+
<PackageReference Include="ReactiveUI" Version="17.*" />
152152
<PackageReference Include="ReactiveUI.Validation" Version="2.*" />
153153
</ItemGroup>
154154
<ItemGroup>

samples/LoginApp/LoginApp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>netstandard2.0</TargetFramework>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageReference Include="ReactiveUI" Version="16.*" />
6+
<PackageReference Include="ReactiveUI" Version="17.*" />
77
<PackageReference Include="ReactiveUI.Fody" Version="17.*" />
88
<PackageReference Include="ReactiveUI.Validation" Version="2.*" />
99
</ItemGroup>

0 commit comments

Comments
 (0)