Skip to content

Commit

Permalink
Added Xamarin.Mac dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KraigM committed Mar 11, 2016
1 parent 44a4871 commit e647d9a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion grunt/templates/EngineIoClientDotNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
<dependency id="WebSocket4Net" version="0.14.1" />
<dependency id="Newtonsoft.Json" version="8.0.1" />
</group>
<group targetFramework="Xamarin.Mac20">
<dependency id="WebSocket4Net" version="0.14.1" />
<dependency id="Newtonsoft.Json" version="8.0.1" />
</group>
<group targetFramework="monotouch10">
<dependency id="WebSocket4Net" version="0.14.1" />
<dependency id="Newtonsoft.Json" version="8.0.1" />
Expand All @@ -52,4 +56,4 @@
<frameworkAssembly assemblyName="System.Web" targetFramework="net45" />
</frameworkAssemblies>
</metadata>
</package>
</package>

0 comments on commit e647d9a

Please sign in to comment.