Skip to content

Commit b043d99

Browse files
authored
housekeeping: Update ReactiveUI.XamForms to use Xamarin.Forms 4.0.*
1 parent 65033b9 commit b043d99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ReactiveUI.XamForms/ReactiveUI.XamForms.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Xamarin.Forms" Version="3.6.*" />
10+
<PackageReference Include="Xamarin.Forms" Version="4.0.*" />
1111
</ItemGroup>
1212

1313
<ItemGroup>
1414
<ProjectReference Include="..\ReactiveUI\ReactiveUI.csproj" />
1515
</ItemGroup>
16-
</Project>
16+
</Project>

0 commit comments

Comments
 (0)