aspnetcore/src/Microsoft.AspNetCore.SignalR/project.json

37 lines
648 B
JSON

{
"version": "1.0.0-*",
"description": "Real-time communication framework for ASP.NET Core.",
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/aspnet/signalr"
},
"tags": [
"aspnetcore",
"signalr"
]
},
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Sockets": {
"target": "project"
},
"NETStandard.Library": "1.6.1-*",
"Newtonsoft.Json": "9.0.1"
},
"frameworks": {
"netstandard1.6": {
}
}
}