aspnetcore/test/Microsoft.AspNet.WebSockets.../project.json

14 lines
351 B
JSON

{
"dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" },
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"frameworks": {
"dnx451": { }
},
"commands": {
"test": "xunit.runner.aspnet"
}
}