File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
NetCoreStack.WebSockets.ProxyClient Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22 "version" : " 1.0.0-*" ,
33
44 "dependencies" : {
5- "System.Net.WebSockets.Client" : " 4.3.0" ,
65 "NETStandard.Library" : " 1.6.1" ,
76 "Microsoft.AspNetCore.Hosting.Abstractions" : " 1.1.0" ,
87 "Microsoft.Extensions.Logging.Abstractions" : " 1.1.0" ,
98 "NetCoreStack.WebSockets" : " 1.0.0-*"
109 },
1110
1211 "frameworks" : {
12+ "net451" : {},
1313 "netstandard1.3" : {
14+ "dependencies" : {
15+ "System.Net.WebSockets.Client" : " 4.3.0"
16+ },
1417 "imports" : " dnxcore50"
1518 }
1619 }
Original file line number Diff line number Diff line change 55 "NETStandard.Library" : " 1.6.1" ,
66 "Microsoft.AspNetCore.WebSockets" : " 1.0.0" ,
77 "Microsoft.Extensions.Logging" : " 1.1.0" ,
8- "Newtonsoft.Json" : " 9.0.1" ,
9- "System.IO.Compression" : " 4.3.0"
8+ "Newtonsoft.Json" : " 9.0.1"
109 },
1110
1211 "frameworks" : {
12+ "net451" : {},
1313 "netstandard1.3" : {
1414 "imports" : " dnxcore50"
1515 }
You can’t perform that action at this time.
0 commit comments