Added package dependency.
This commit is contained in:
parent
83478af9bc
commit
d7b47cff8f
@ -186,6 +186,21 @@
|
|||||||
<Reference Include="Newtonsoft.Json">
|
<Reference Include="Newtonsoft.Json">
|
||||||
<HintPath>..\..\..\..\packages\Newtonsoft.Json.10.0.3\lib\netstandard1.3\Newtonsoft.Json.dll</HintPath>
|
<HintPath>..\..\..\..\packages\Newtonsoft.Json.10.0.3\lib\netstandard1.3\Newtonsoft.Json.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="Acr.Support.iOS">
|
||||||
|
<HintPath>..\..\..\..\packages\Acr.Support.2.1.0\lib\Xamarin.iOS10\Acr.Support.iOS.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="BTProgressHUD">
|
||||||
|
<HintPath>..\..\..\..\packages\BTProgressHUD.1.2.0.5\lib\Xamarin.iOS10\BTProgressHUD.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="Splat">
|
||||||
|
<HintPath>..\..\..\..\packages\Splat.2.0.0\lib\Xamarin.iOS10\Splat.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="Acr.UserDialogs">
|
||||||
|
<HintPath>..\..\..\..\packages\Acr.UserDialogs.6.5.1\lib\Xamarin.iOS10\Acr.UserDialogs.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="Acr.UserDialogs.Interface">
|
||||||
|
<HintPath>..\..\..\..\packages\Acr.UserDialogs.6.5.1\lib\Xamarin.iOS10\Acr.UserDialogs.Interface.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<BundleResource Include="Resources\fake_product_01.png" />
|
<BundleResource Include="Resources\fake_product_01.png" />
|
||||||
|
@ -1,12 +1,16 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
|
<package id="Acr.Support" version="2.1.0" targetFramework="xamarinios10" />
|
||||||
|
<package id="Acr.UserDialogs" version="6.5.1" targetFramework="xamarinios10" />
|
||||||
<package id="Autofac" version="4.6.2" targetFramework="xamarinios10" />
|
<package id="Autofac" version="4.6.2" targetFramework="xamarinios10" />
|
||||||
|
<package id="BTProgressHUD" version="1.2.0.5" targetFramework="xamarinios10" />
|
||||||
<package id="Microsoft.CSharp" version="4.3.0" targetFramework="xamarinios10" />
|
<package id="Microsoft.CSharp" version="4.3.0" targetFramework="xamarinios10" />
|
||||||
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="xamarinios10" />
|
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="xamarinios10" />
|
||||||
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="xamarinios10" />
|
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="xamarinios10" />
|
||||||
<package id="NETStandard.Library" version="2.0.0" targetFramework="xamarinios10" />
|
<package id="NETStandard.Library" version="2.0.0" targetFramework="xamarinios10" />
|
||||||
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="xamarinios10" />
|
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="xamarinios10" />
|
||||||
<package id="SlideOverKit" version="2.1.5" targetFramework="xamarinios10" />
|
<package id="SlideOverKit" version="2.1.5" targetFramework="xamarinios10" />
|
||||||
|
<package id="Splat" version="2.0.0" targetFramework="xamarinios10" />
|
||||||
<package id="System.AppContext" version="4.3.0" targetFramework="xamarinios10" />
|
<package id="System.AppContext" version="4.3.0" targetFramework="xamarinios10" />
|
||||||
<package id="System.Collections" version="4.3.0" targetFramework="xamarinios10" />
|
<package id="System.Collections" version="4.3.0" targetFramework="xamarinios10" />
|
||||||
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="xamarinios10" />
|
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="xamarinios10" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user