Skip to content

Commit

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2023
1 parent 1db829c commit 670786d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/LoginApp.WinForms/LoginApp.WinForms.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ReactiveUI.WinForms" Version="18.*" />
<PackageReference Include="ReactiveUI.WinForms" Version="19.*" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 670786d

Please sign in to comment.