Skip to content

Commit 670786d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/LoginApp.WinForms/LoginApp.WinForms.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
1+
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
22
<PropertyGroup>
33
<OutputType>WinExe</OutputType>
44
<TargetFramework>net6.0-windows</TargetFramework>
55
<UseWindowsForms>true</UseWindowsForms>
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="ReactiveUI.WinForms" Version="18.*" />
9+
<PackageReference Include="ReactiveUI.WinForms" Version="19.*" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)