Skip to content

Commit

Permalink
Add reference to PancakeView in Android project
Browse files Browse the repository at this point in the history
  • Loading branch information
TimLariviere committed Nov 14, 2019
1 parent f03e931 commit f1c70e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@
<Reference Include="Xamarin.Forms.Xaml">
<HintPath>..\..\..\..\packages\androidapp\Xamarin.Forms\lib\MonoAndroid90\Xamarin.Forms.Xaml.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.PancakeView">
<HintPath>..\..\..\..\packages\androidapp\Xamarin.Forms.PancakeView\lib\MonoAndroid90\Xamarin.Forms.Xaml.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FabulousWeather\FabulousWeather.fsproj">
Expand Down
1 change: 1 addition & 0 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ group androidapp
nuget Newtonsoft.Json 11.0.2
nuget FSharp.Data 3.0.0
nuget Xamarin.Essentials 1.3.1
nuget Xamarin.Forms.PancakeView 1.3.6

# Dependencies used when compiling and running iOS samples. We can normally use the latest FSharp.Core and
# latest Xamarin.Forms though we pin them for now.
Expand Down
2 changes: 2 additions & 0 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ NUGET
Xamarin.Android.Support.v4 (>= 28.0.0.3)
Xamarin.Android.Support.v7.AppCompat (>= 28.0.0.3)
Xamarin.Android.Support.v7.CardView (>= 28.0.0.3)
Xamarin.Forms.PancakeView (1.3.6)
Xamarin.Forms (>= 3.6.0.220655)

GROUP fakebuild
STORAGE: NONE
Expand Down

0 comments on commit f1c70e1

Please sign in to comment.