2015-12-09 17:57:45 +00:00
|
|
|
{
|
|
|
|
"dependencies": {
|
2016-01-22 22:05:02 +00:00
|
|
|
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23706",
|
2016-01-22 01:37:06 +00:00
|
|
|
"Microsoft.DotNet.ProjectModel": {"target":"project"},
|
|
|
|
"Microsoft.DotNet.ProjectModel.Server": {"target":"project"},
|
2015-12-09 17:57:45 +00:00
|
|
|
"Newtonsoft.Json": "7.0.1",
|
2016-01-22 01:37:06 +00:00
|
|
|
"xunit.runner.aspnet": "2.0.0-aspnet-rc2-16068"
|
2015-12-09 17:57:45 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"dnxcore50": { }
|
|
|
|
},
|
|
|
|
"commands": {
|
|
|
|
"test": "xunit.runner.aspnet"
|
|
|
|
}
|
|
|
|
}
|