Skip to content

Commit c41445f

Browse files
author
Elad Zelingher
committed
Trying to fix nuspecs
1 parent 2bee21b commit c41445f

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

NuGet/WampSharp.Default.Client.nuspec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
<authors>CodeSharp</authors>
66
<owners />
77
<dependencies>
8-
<group>
8+
<group targetFramework="net45">
9+
<dependency id="WampSharp.NewtonsoftJson" version="[$version$]" />
10+
<dependency id="WampSharp.NewtonsoftMsgpack" version="[$version$]" />
11+
<dependency id="WampSharp.WebSocket4Net" version="[$version$]" />
12+
</group>
13+
<group targetFramework="net40">
914
<dependency id="WampSharp.NewtonsoftJson" version="[$version$]" />
1015
<dependency id="WampSharp.NewtonsoftMsgpack" version="[$version$]" />
1116
<dependency id="WampSharp.WebSocket4Net" version="[$version$]" />

NuGet/WampSharp.NewtonsoftJson.nuspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
<dependency id="WampSharp" version="[$version$]" />
2222
<dependency id="Newtonsoft.Json" version="[9.0.1, )" />
2323
</group>
24+
<group targetFramework="uap10.0">
25+
<dependency id="WampSharp" version="[$version$]" />
26+
<dependency id="Newtonsoft.Json" version="[9.0.1, )" />
27+
</group>
2428
</dependencies>
2529
<id>WampSharp.NewtonsoftJson</id>
2630
<title>WampSharp Newtonsoft.Json binding</title>

NuGet/WampSharp.nuspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
</group>
4444
<group targetFramework="UAP10.0">
4545
<dependency id="Microsoft.CSharp" version="[4.0.1, )" />
46+
<dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="[5.2.2 , )" />
4647
<dependency id="System.Threading.Tasks.Dataflow" version="[4.6.0, )" />
4748
<dependency id="System.Collections.Concurrent" version="[4.0.12, )" />
4849
<dependency id="System.Collections.Immutable" version="[1.2.0, )" />

0 commit comments

Comments
 (0)