Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Update Xamarin.Forms version to 4.6.0-pre4 #270

Merged
merged 1 commit into from
Apr 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sample/ShellExamples/FlyoutExample/FlyoutExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Folder Include="lib\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="4.4.0.991537" />
<PackageReference Include="Xamarin.Forms" Version="4.6.0.616-pre4" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions sample/ShellExamples/ShellNavigation/ShellNavigation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
</PropertyGroup>

<ItemGroup>
<Folder Include="lib\"/>
<Folder Include="res\"/>
<Folder Include="lib\" />
<Folder Include="res\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="4.4.0.991537" />
<PackageReference Include="Xamarin.Forms" Version="4.6.0.616-pre4" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion sample/ShellExamples/Xaminals/Xaminals/Xaminals.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="4.4.0.991537" />
<PackageReference Include="Xamarin.Forms" Version="4.6.0.616-pre4" />
</ItemGroup>
<ItemGroup>
<Folder Include="Views\" />
Expand Down
25 changes: 0 additions & 25 deletions src/Tizen.Wearable.CircularUI.Forms.Renderer/IMediaViewProvider.cs

This file was deleted.

Loading