aspnetcore/test/TestClient/project.json

13 lines
256 B
JSON

{
"commands": {
"TestClient": "TestClient"
},
"dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
"Microsoft.AspNet.WebSockets.Client": "1.0.0-*"
},
"frameworks": {
"dnx451": { }
}
}