Skip to content

Commit

Permalink
Update dips.xamarin.ui.nuspec (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
haavamoa authored Sep 11, 2019
1 parent 2c7243b commit 0decbe1
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions dips.xamarin.ui.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,18 @@
<copyright>© DIPS AS. All rights reserved.</copyright>
<description>A shared UI library that DIPS uses and maintains for their mobile applications.</description>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Xamarin.Essentials" version="1.3.0" />
<dependency id="Xamarin.Forms" version="4.2.0.709249" />
</group>
<group targetFramework="MonoAndroid">
<!--MonoAndroid dependencies go here-->
<dependency id="Xamarin.Android.Support.v7.AppCompat" version="28.0.0.1" />
<dependency id="Xamarin.Essentials" version="1.3.0" />
<dependency id="Xamarin.Forms" version="4.2.0.709249"/>
</group>
<group targetFramework="Xamarin.iOS10">
<!--Xamarin.iOS10 dependencies go here-->
<dependency id="Xamarin.Essentials" version="1.3.0" />
<dependency id="Xamarin.Forms" version="4.2.0.709249" />
</group>
</dependencies>
</metadata>
Expand All @@ -44,4 +51,4 @@
<file src="src\DIPS.Xamarin.UI\bin\Release\netstandard2.0\DIPS.Xamarin.UI.dll" target="lib\monoandroid90\DIPS.Xamarin.UI.dll" />
<file src="src\DIPS.Xamarin.UI\bin\Release\netstandard2.0\DIPS.Xamarin.UI.pdb" target="lib\monoandroid90\DIPS.Xamarin.UI.pdb" />
</files>
</package>
</package>

0 comments on commit 0decbe1

Please sign in to comment.