File tree 3 files changed +11
-1
lines changed
3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 5
5
<authors >CodeSharp</authors >
6
6
<owners />
7
7
<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" >
9
14
<dependency id =" WampSharp.NewtonsoftJson" version =" [$version$]" />
10
15
<dependency id =" WampSharp.NewtonsoftMsgpack" version =" [$version$]" />
11
16
<dependency id =" WampSharp.WebSocket4Net" version =" [$version$]" />
Original file line number Diff line number Diff line change 21
21
<dependency id =" WampSharp" version =" [$version$]" />
22
22
<dependency id =" Newtonsoft.Json" version =" [9.0.1, )" />
23
23
</group >
24
+ <group targetFramework =" uap10.0" >
25
+ <dependency id =" WampSharp" version =" [$version$]" />
26
+ <dependency id =" Newtonsoft.Json" version =" [9.0.1, )" />
27
+ </group >
24
28
</dependencies >
25
29
<id >WampSharp.NewtonsoftJson</id >
26
30
<title >WampSharp Newtonsoft.Json binding</title >
Original file line number Diff line number Diff line change 43
43
</group >
44
44
<group targetFramework =" UAP10.0" >
45
45
<dependency id =" Microsoft.CSharp" version =" [4.0.1, )" />
46
+ <dependency id =" Microsoft.NETCore.UniversalWindowsPlatform" version =" [5.2.2 , )" />
46
47
<dependency id =" System.Threading.Tasks.Dataflow" version =" [4.6.0, )" />
47
48
<dependency id =" System.Collections.Concurrent" version =" [4.0.12, )" />
48
49
<dependency id =" System.Collections.Immutable" version =" [1.2.0, )" />
You can’t perform that action at this time.
0 commit comments