26 lines
508 B
JSON
26 lines
508 B
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*",
|
|
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
|
"xunit": "2.1.0"
|
|
},
|
|
"testRunner": "xunit",
|
|
"frameworks": {
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "1.0.0-dev-*"
|
|
},
|
|
"imports": "portable-net451+win8"
|
|
},
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.Runtime": ""
|
|
},
|
|
"dependencies": {
|
|
"xunit.runner.console": "2.1.0"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|