35 lines
761 B
JSON
35 lines
761 B
JSON
{
|
|
"version": "0.1.0-*",
|
|
"description": "Low-allocation Push-oriented WebSockets based on Channels",
|
|
"packOptions": {
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/signalr"
|
|
},
|
|
"tags": [
|
|
"aspnetcore",
|
|
"signalr"
|
|
]
|
|
},
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true,
|
|
"allowUnsafe": true
|
|
},
|
|
"dependencies": {
|
|
"System.IO.Pipelines": "0.1.0-*",
|
|
"System.IO.Pipelines.Text.Primitives": "0.1.0-*",
|
|
"Microsoft.Extensions.TaskCache.Sources": {
|
|
"version": "1.2.0-*",
|
|
"type": "build"
|
|
},
|
|
"NETStandard.Library": "1.6.2-*"
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.3": {}
|
|
}
|
|
} |