Skip to content

Commit

Permalink
Trying to fix nuspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Zelingher committed Jun 30, 2017
1 parent 2bee21b commit c41445f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion NuGet/WampSharp.Default.Client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
<authors>CodeSharp</authors>
<owners />
<dependencies>
<group>
<group targetFramework="net45">
<dependency id="WampSharp.NewtonsoftJson" version="[$version$]" />
<dependency id="WampSharp.NewtonsoftMsgpack" version="[$version$]" />
<dependency id="WampSharp.WebSocket4Net" version="[$version$]" />
</group>
<group targetFramework="net40">
<dependency id="WampSharp.NewtonsoftJson" version="[$version$]" />
<dependency id="WampSharp.NewtonsoftMsgpack" version="[$version$]" />
<dependency id="WampSharp.WebSocket4Net" version="[$version$]" />
Expand Down
4 changes: 4 additions & 0 deletions NuGet/WampSharp.NewtonsoftJson.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
<dependency id="WampSharp" version="[$version$]" />
<dependency id="Newtonsoft.Json" version="[9.0.1, )" />
</group>
<group targetFramework="uap10.0">
<dependency id="WampSharp" version="[$version$]" />
<dependency id="Newtonsoft.Json" version="[9.0.1, )" />
</group>
</dependencies>
<id>WampSharp.NewtonsoftJson</id>
<title>WampSharp Newtonsoft.Json binding</title>
Expand Down
1 change: 1 addition & 0 deletions NuGet/WampSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
</group>
<group targetFramework="UAP10.0">
<dependency id="Microsoft.CSharp" version="[4.0.1, )" />
<dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="[5.2.2 , )" />
<dependency id="System.Threading.Tasks.Dataflow" version="[4.6.0, )" />
<dependency id="System.Collections.Concurrent" version="[4.0.12, )" />
<dependency id="System.Collections.Immutable" version="[1.2.0, )" />
Expand Down

0 comments on commit c41445f

Please sign in to comment.