Skip to content

Commit

Permalink
Add Xamarin.iOS10 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
ShannonKasperNoesis authored and Elad Zelingher committed Nov 23, 2016
1 parent 262480b commit 4152f47
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NuGet/WampSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
<dependency id="System.Text.RegularExpressions" version="[4.1.0, )" />
<dependency id="System.ValueTuple" version="[4.0.0-rc3-24212-01, )" />
</group>
<group targetFramework="Xamarin.iOS10">
<dependency id="System.Reactive" version="[3.0.0, )" />
<dependency id="System.Collections.Immutable" version="[1.2.0, )" />
<dependency id="System.Threading.Tasks.Dataflow" version="[4.6.0, )" />
<dependency id="System.ValueTuple" version="[4.0.0-rc3-24212-01, )" />
</group>
</dependencies>
<id>WampSharp</id>
<title>WampSharp</title>
Expand All @@ -73,6 +79,8 @@
<file src="bin\net40\WampSharp.xml" target="lib\net40\WampSharp.xml" />
<file src="bin\pcl\WampSharp.dll" target="lib\portable-win81+wpa81\WampSharp.dll" />
<file src="bin\pcl\WampSharp.xml" target="lib\portable-win81+wpa81\WampSharp.xml" />
<file src="bin\pcl\WampSharp.dll" target="lib\Xamarin.iOS10\WampSharp.dll" />
<file src="bin\pcl\WampSharp.xml" target="lib\Xamarin.iOS10\WampSharp.xml" />
<file src="bin\netstandard1.3\WampSharp.dll" target="lib\netstandard1.3\WampSharp.dll" />
<file src="bin\netstandard1.3\WampSharp.xml" target="lib\netstandard1.3\WampSharp.xml" />
<file src="bin\uap10.0\WampSharp.dll" target="lib\uap10.0\WampSharp.dll" />
Expand Down

0 comments on commit 4152f47

Please sign in to comment.