aspnetcore/test/TestClient/project.json

12 lines
234 B
JSON

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