30 lines
687 B
JSON
30 lines
687 B
JSON
{
|
|
"version": "0.1.0-*",
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true
|
|
},
|
|
"description": "ASP.NET 5 web socket middleware for use on top of opaque servers.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/websockets"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
|
|
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*",
|
|
"Microsoft.Extensions.Options": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"netstandard1.3": {
|
|
"dependencies": {},
|
|
"imports": [
|
|
"dotnet5.4"
|
|
]
|
|
}
|
|
}
|
|
} |