14 lines
351 B
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"
|
|
}
|
|
}
|