2015-12-09 17:57:45 +00:00
|
|
|
{
|
2016-01-22 18:40:01 +00:00
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Platforms": "1.0.1-rc3-23722",
|
|
|
|
"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-rc2-16068"
|
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"dnxcore50": {
|
|
|
|
"imports": "portable-net451+win8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"commands": {
|
|
|
|
"test": "xunit.runner.aspnet"
|
|
|
|
}
|
2015-12-09 17:57:45 +00:00
|
|
|
}
|