14 lines
366 B
JSON
14 lines
366 B
JSON
{
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "2.2.0-*",
|
|
"Microsoft.AspNetCore.WebSockets.Client": "0.2.0-*",
|
|
"Microsoft.AspNetCore.WebSockets.Server": "0.2.0-*",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
|
"xunit": "2.2.0-*"
|
|
},
|
|
"testRunner": "xunit",
|
|
"frameworks": {
|
|
"net451": {}
|
|
}
|
|
} |