16 lines
348 B
JSON
16 lines
348 B
JSON
|
{
|
||
|
"dependencies": {
|
||
|
"System.Dynamic.Runtime": "4.0.11-*",
|
||
|
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||
|
"Microsoft.DotNet.ProjectModel.Server": "1.0.0-*",
|
||
|
"Newtonsoft.Json": "7.0.1",
|
||
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||
|
},
|
||
|
"frameworks": {
|
||
|
"dnxcore50": { }
|
||
|
},
|
||
|
"commands": {
|
||
|
"test": "xunit.runner.aspnet"
|
||
|
}
|
||
|
}
|