Sharing channel connections

This commit is contained in:
moozzyk 2017-01-12 11:41:20 -08:00
parent 05cc7792df
commit 1119bcf1b3
1 changed files with 8 additions and 1 deletions

View File

@ -18,12 +18,19 @@
"nowarn": [ "nowarn": [
"CS1591" "CS1591"
], ],
"xmlDoc": true "xmlDoc": true,
"compile": {
"include": [
"../Microsoft.AspNetCore.Sockets/IChannelConnection.cs",
"../Microsoft.AspNetCore.Sockets/Internal/ChannelConnection.cs"
]
}
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.6.2-*", "NETStandard.Library": "1.6.2-*",
"System.IO.Pipelines": "0.1.0-*", "System.IO.Pipelines": "0.1.0-*",
"System.Threading.Tasks.Channels": "0.1.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.2.0-*", "Microsoft.Extensions.Logging.Abstractions": "1.2.0-*",
"Microsoft.Extensions.TaskCache.Sources": { "Microsoft.Extensions.TaskCache.Sources": {
"type": "build", "type": "build",