Skip to content

Commit c624283

Browse files
authored
Merge pull request #219 from lahma/master
trim .NET Core dependencies
2 parents 220752f + 5b82e70 commit c624283

File tree

1 file changed

+24
-9
lines changed

1 file changed

+24
-9
lines changed

projects/client/RabbitMQ.Client/project.json

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
]
1313
}
1414
},
15-
"dependencies": {
16-
},
15+
"dependencies": {},
1716
"frameworks": {
1817
"net451": {},
1918
/*
@@ -32,15 +31,31 @@
3231
*/
3332
"netstandard1.5": {
3433
"buildOptions": {
35-
"define": [ "CORECLR" ]
34+
"define": [
35+
"CORECLR"
36+
]
3637
},
37-
"imports": ["dnxcore50", "portable-net45+win81"],
38+
"imports": [
39+
"dnxcore50",
40+
"portable-net45+win81"
41+
],
3842
"dependencies": {
39-
"NETStandard.Library": "1.6.0",
40-
"System.Net.Security": "4.0.0",
41-
"System.Net.NameResolution": "4.0.0",
42-
"System.Threading.Thread": "4.0.0"
43+
"System.Collections.Concurrent": "4.0.12",
44+
"System.Console": "4.0.0",
45+
"System.Diagnostics.Debug": "4.0.11",
46+
"System.IO": "4.1.0",
47+
"System.Linq": "4.1.0",
48+
"System.Net.NameResolution": "4.0.0",
49+
"System.Net.Security": "4.0.0",
50+
"System.Net.Sockets": "4.1.0",
51+
"System.Reflection.Extensions": "4.0.1",
52+
"System.Runtime.Extensions": "4.1.0",
53+
"System.Runtime.InteropServices": "4.1.0",
54+
"System.Text.RegularExpressions": "4.1.0",
55+
"System.Threading": "4.0.11",
56+
"System.Threading.Thread": "4.0.0",
57+
"System.Threading.Timer": "4.0.1"
4358
}
4459
}
4560
}
46-
}
61+
}

0 commit comments

Comments
 (0)