Skip to content

Commit 9998eba

Browse files
gedemgedem
authored andcommitted
NET451 Support
1 parent 457b55b commit 9998eba

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/NetCoreStack.WebSockets.ProxyClient/project.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
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
}

src/NetCoreStack.WebSockets/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
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
}

0 commit comments

Comments
 (0)