We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db829c commit 670786dCopy full SHA for 670786d
samples/LoginApp.WinForms/LoginApp.WinForms.csproj
@@ -1,12 +1,12 @@
1
-<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
+<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
2
<PropertyGroup>
3
<OutputType>WinExe</OutputType>
4
<TargetFramework>net6.0-windows</TargetFramework>
5
<UseWindowsForms>true</UseWindowsForms>
6
</PropertyGroup>
7
8
<ItemGroup>
9
- <PackageReference Include="ReactiveUI.WinForms" Version="18.*" />
+ <PackageReference Include="ReactiveUI.WinForms" Version="19.*" />
10
</ItemGroup>
11
12
0 commit comments