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

31 lines
681 B
JSON

{
"version": "1.1.0-*",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [
"CS1591"
],
"xmlDoc": true,
"allowUnsafe": true
},
"description": "ASP.NET Core web socket middleware for use on top of opaque servers.",
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/aspnet/websockets"
},
"tags": [
"aspnetcore"
]
},
"dependencies": {
"Microsoft.AspNetCore.Http.Extensions": "1.2.0-*",
"Microsoft.Extensions.Options": "1.2.0-*",
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {},
"netstandard1.3": {}
}
}