Skip to content

Commit

Permalink
Change XF version to 3.1.0.373384-nightly (Samsung#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
idkiller authored and GitHub Enterprise committed Apr 9, 2018
1 parent 5233e83 commit f854808
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/CircularUI/CircularUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="3.0.0.296286-pre2" />
<PackageReference Include="Xamarin.Forms" Version="3.1.0.373384-nightly" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion test/SimpleTextWatchface/SimpleTextWatchface.csproj
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.0.0.296286-pre2" />
<PackageReference Include="Xamarin.Forms" Version="3.1.0.373384-nightly" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\CircularUI.Tizen\CircularUI.Tizen.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="3.0.0.296286-pre2" />
<PackageReference Include="Xamarin.Forms" Version="3.1.0.373384-nightly" />
</ItemGroup>

<!-- Include Nuget Package for Xamarin building -->
<ItemGroup>
<ProjectReference Include="..\..\..\src\CircularUI\CircularUI.csproj" />
</ItemGroup>

</Project>

0 comments on commit f854808

Please sign in to comment.