Skip to content

Commit

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 4, 2023
1 parent c65e4d3 commit 63d16aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions samples/LoginApp.Uwp/LoginApp.Uwp.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -149,7 +149,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.14" />
<PackageReference Include="ReactiveUI" Version="18.*" />
<PackageReference Include="ReactiveUI" Version="19.*" />
<PackageReference Include="ReactiveUI.Uwp">
<Version>18.4.1</Version>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions samples/LoginApp/LoginApp.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ReactiveUI" Version="18.*" />
<PackageReference Include="ReactiveUI" Version="19.*" />
<PackageReference Include="ReactiveUI.Fody" Version="18.*" />
<PackageReference Include="ReactiveUI.Validation" Version="3.*" />
</ItemGroup>
Expand Down

0 comments on commit 63d16aa

Please sign in to comment.