14 lines
365 B
JSON
14 lines
365 B
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.WebSockets.Client": "0.1.0-*",
|
|
"Microsoft.AspNetCore.WebSockets.Server": "0.1.0-*",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
|
"xunit": "2.1.0",
|
|
"xunit.runner.console": "2.1.0"
|
|
},
|
|
"testRunner": "xunit",
|
|
"frameworks": {
|
|
"dnx451": {}
|
|
}
|
|
} |