Skip to content

Commit 4152f47

Browse files
ShannonKasperNoesisElad Zelingher
authored andcommitted
Add Xamarin.iOS10 Support
1 parent 262480b commit 4152f47

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

NuGet/WampSharp.nuspec

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@
5858
<dependency id="System.Text.RegularExpressions" version="[4.1.0, )" />
5959
<dependency id="System.ValueTuple" version="[4.0.0-rc3-24212-01, )" />
6060
</group>
61+
<group targetFramework="Xamarin.iOS10">
62+
<dependency id="System.Reactive" version="[3.0.0, )" />
63+
<dependency id="System.Collections.Immutable" version="[1.2.0, )" />
64+
<dependency id="System.Threading.Tasks.Dataflow" version="[4.6.0, )" />
65+
<dependency id="System.ValueTuple" version="[4.0.0-rc3-24212-01, )" />
66+
</group>
6167
</dependencies>
6268
<id>WampSharp</id>
6369
<title>WampSharp</title>
@@ -73,6 +79,8 @@
7379
<file src="bin\net40\WampSharp.xml" target="lib\net40\WampSharp.xml" />
7480
<file src="bin\pcl\WampSharp.dll" target="lib\portable-win81+wpa81\WampSharp.dll" />
7581
<file src="bin\pcl\WampSharp.xml" target="lib\portable-win81+wpa81\WampSharp.xml" />
82+
<file src="bin\pcl\WampSharp.dll" target="lib\Xamarin.iOS10\WampSharp.dll" />
83+
<file src="bin\pcl\WampSharp.xml" target="lib\Xamarin.iOS10\WampSharp.xml" />
7684
<file src="bin\netstandard1.3\WampSharp.dll" target="lib\netstandard1.3\WampSharp.dll" />
7785
<file src="bin\netstandard1.3\WampSharp.xml" target="lib\netstandard1.3\WampSharp.xml" />
7886
<file src="bin\uap10.0\WampSharp.dll" target="lib\uap10.0\WampSharp.dll" />

0 commit comments

Comments
 (0)