Skip to content

Commit

Permalink
Update to Xamarin.Forms 4.8 for UWP
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmanuelthiel committed Dec 21, 2020
1 parent 38617bc commit dfb525b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Flex.Demo.UWP/Flex.Demo.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<Version>6.2.11</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms">
<Version>4.3.0.991250</Version>
<Version>4.8.0.1821</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Flex.Demo/Flex.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="4.3.0.991250" />
<PackageReference Include="Xamarin.Forms" Version="4.8.0.1821" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Flex\Flex.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion Flex.UWP/CutomRenderers/GestureFrameRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ private void FixFormsBackgroundColor(Xamarin.Forms.Frame frame)
parent.Background = null;
}

Control.Background = new SolidColorBrush(color);
Control.Background = new Windows.UI.Xaml.Media.SolidColorBrush(color);
}

private void Control_PointerPressed(object sender, Windows.UI.Xaml.Input.PointerRoutedEventArgs e)
Expand Down
2 changes: 1 addition & 1 deletion Flex.UWP/Flex.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<Version>0.2.2</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms">
<Version>4.3.0.991250</Version>
<Version>4.8.0.1821</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Flex/Flex.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NuGet.Build.Packaging" Version="0.2.2" />
<PackageReference Include="Xamarin.Forms" Version="4.3.0.991250" />
<PackageReference Include="Xamarin.Forms" Version="4.8.0.1821" />
</ItemGroup>
<ItemGroup>
<Folder Include="Controls\" />
Expand Down

0 comments on commit dfb525b

Please sign in to comment.