Skip to content

Commit 89c3bcd

Browse files
committed
Merge branch 'xamarin-netstandard' of https://github.com/dotnet-architecture/eShopOnContainers into xamarin-netstandard
2 parents d5aef48 + d7b47cf commit 89c3bcd

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

src/Mobile/eShopOnContainers/eShopOnContainers.iOS/eShopOnContainers.iOS.csproj

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,21 @@
186186
<Reference Include="Newtonsoft.Json">
187187
<HintPath>..\..\..\..\packages\Newtonsoft.Json.10.0.3\lib\netstandard1.3\Newtonsoft.Json.dll</HintPath>
188188
</Reference>
189+
<Reference Include="Acr.Support.iOS">
190+
<HintPath>..\..\..\..\packages\Acr.Support.2.1.0\lib\Xamarin.iOS10\Acr.Support.iOS.dll</HintPath>
191+
</Reference>
192+
<Reference Include="BTProgressHUD">
193+
<HintPath>..\..\..\..\packages\BTProgressHUD.1.2.0.5\lib\Xamarin.iOS10\BTProgressHUD.dll</HintPath>
194+
</Reference>
195+
<Reference Include="Splat">
196+
<HintPath>..\..\..\..\packages\Splat.2.0.0\lib\Xamarin.iOS10\Splat.dll</HintPath>
197+
</Reference>
198+
<Reference Include="Acr.UserDialogs">
199+
<HintPath>..\..\..\..\packages\Acr.UserDialogs.6.5.1\lib\Xamarin.iOS10\Acr.UserDialogs.dll</HintPath>
200+
</Reference>
201+
<Reference Include="Acr.UserDialogs.Interface">
202+
<HintPath>..\..\..\..\packages\Acr.UserDialogs.6.5.1\lib\Xamarin.iOS10\Acr.UserDialogs.Interface.dll</HintPath>
203+
</Reference>
189204
</ItemGroup>
190205
<ItemGroup>
191206
<BundleResource Include="Resources\fake_product_01.png" />

src/Mobile/eShopOnContainers/eShopOnContainers.iOS/packages.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3+
<package id="Acr.Support" version="2.1.0" targetFramework="xamarinios10" />
4+
<package id="Acr.UserDialogs" version="6.5.1" targetFramework="xamarinios10" />
35
<package id="Autofac" version="4.6.2" targetFramework="xamarinios10" />
6+
<package id="BTProgressHUD" version="1.2.0.5" targetFramework="xamarinios10" />
47
<package id="Microsoft.CSharp" version="4.3.0" targetFramework="xamarinios10" />
58
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="xamarinios10" />
69
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="xamarinios10" />
710
<package id="NETStandard.Library" version="2.0.0" targetFramework="xamarinios10" />
811
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="xamarinios10" />
912
<package id="SlideOverKit" version="2.1.5" targetFramework="xamarinios10" />
13+
<package id="Splat" version="2.0.0" targetFramework="xamarinios10" />
1014
<package id="System.AppContext" version="4.3.0" targetFramework="xamarinios10" />
1115
<package id="System.Collections" version="4.3.0" targetFramework="xamarinios10" />
1216
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="xamarinios10" />

0 commit comments

Comments
 (0)