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

Commit

Permalink
Update Xamarin.Forms version to 3.2.0 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiejava authored and idkiller committed Oct 5, 2018
1 parent f78f58c commit f6f2aad
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Tizen.Wearable.CircularUI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
<copyright>© Samsung Electronics Co., Ltd All Rights Reserved</copyright>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Xamarin.Forms" version="3.1.0.583944" />
<dependency id="Xamarin.Forms" version="3.2.0.871581" />
</group>
<group targetFramework="tizen40">
<dependency id="Xamarin.Forms" version="3.1.0.583944" />
<dependency id="Xamarin.Forms" version="3.2.0.871581" />
<dependency id="Tizen.NET" version="4.0.0" />
</group>
</dependencies>
Expand Down
Empty file modified Tizen.Wearable.CircularUI.sln
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion src/Tizen.Wearable.CircularUI.Forms/Tizen.Wearable.CircularUI.Forms.csproj
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="3.1.0.583944" />
<PackageReference Include="Xamarin.Forms" Version="3.2.0.871581" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion test/SimpleTextWatchface/SimpleTextWatchface.csproj
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ExcludeAssets>Runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="Tizen.NET.Sdk" Version="1.0.1" />
<PackageReference Include="Xamarin.Forms" Version="3.1.0.583944" />
<PackageReference Include="Xamarin.Forms" Version="3.2.0.871581" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Tizen.Wearable.CircularUI.Forms.Renderer\Tizen.Wearable.CircularUI.Forms.Renderer.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion test/WearableUIGallery/WearableUIGallery/WearableUIGallery.csproj
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="3.1.0.583944" />
<PackageReference Include="Xamarin.Forms" Version="3.2.0.871581" />
</ItemGroup>

<!-- Include Nuget Package for Xamarin building -->
Expand Down

0 comments on commit f6f2aad

Please sign in to comment.