2015-12-09 17:57:45 +00:00
|
|
|
{
|
|
|
|
"dependencies": {
|
2016-01-20 11:36:30 +00:00
|
|
|
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23704",
|
2015-12-09 17:57:45 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|