Skip to content

Commit 63d16aa

Browse files
build(deps): update ReactiveUI requirement from 18.* to 19.* in /samples (#542)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c65e4d3 commit 63d16aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

samples/LoginApp.Uwp/LoginApp.Uwp.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -149,7 +149,7 @@
149149
</ItemGroup>
150150
<ItemGroup>
151151
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.14" />
152-
<PackageReference Include="ReactiveUI" Version="18.*" />
152+
<PackageReference Include="ReactiveUI" Version="19.*" />
153153
<PackageReference Include="ReactiveUI.Uwp">
154154
<Version>18.4.1</Version>
155155
</PackageReference>

samples/LoginApp/LoginApp.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<LangVersion>latest</LangVersion>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="ReactiveUI" Version="18.*" />
7+
<PackageReference Include="ReactiveUI" Version="19.*" />
88
<PackageReference Include="ReactiveUI.Fody" Version="18.*" />
99
<PackageReference Include="ReactiveUI.Validation" Version="3.*" />
1010
</ItemGroup>

0 commit comments

Comments
 (0)