Skip to content

Commit

Permalink
Fix dependencies in nuspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Apr 14, 2017
1 parent 1175c8b commit 832bf39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ZXing.Net.Mobile.Forms.nuspec
Expand Up @@ -17,8 +17,8 @@

<!-- Every platforms requires the ZXing.Net.Mobile and Xamarin.Forms packages -->
<group>
<dependency id="ZXing.Net.Mobile" version="$version$" />
<dependency id="Xamarin.Forms" version="2.0.0.6490" />
<dependency id="ZXing.Net.Mobile" version="$version$" />
<dependency id="Xamarin.Forms" version="2.3.3.193" />
</group>

</dependencies>
Expand Down
3 changes: 2 additions & 1 deletion ZXing.Net.Mobile.nuspec
Expand Up @@ -16,7 +16,8 @@
<dependencies>

<group targetFramework="MonoAndroid403">
<dependency id="Xamarin.Android.Support.v4" version="23.0.1.3" />
<dependency id="Xamarin.Android.Support.v4" version="23.3.0" />
<dependency id="FastAndroidCamera" version="2.0.0" />
</group>

<group targetFramework="wp8">
Expand Down

0 comments on commit 832bf39

Please sign in to comment.