We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92367e commit dd8ec98Copy full SHA for dd8ec98
samples/LoginApp.Uwp/LoginApp.Uwp.csproj
@@ -148,8 +148,8 @@
148
</ItemGroup>
149
<ItemGroup>
150
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.10" />
151
- <PackageReference Include="ReactiveUI" Version="11.5.35" />
152
- <PackageReference Include="ReactiveUI.Validation" Version="1.8.*" />
+ <PackageReference Include="ReactiveUI" Version="13.*" />
+ <PackageReference Include="ReactiveUI.Validation" Version="2.*" />
153
154
155
<Page Include="Views\SignUpView.xaml">
0 commit comments