2015-12-09 17:57:45 +00:00
|
|
|
{
|
2016-01-22 18:40:01 +00:00
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
2016-01-31 05:47:50 +00:00
|
|
|
"dotnet": "1.0.0-*",
|
2016-01-22 18:40:01 +00:00
|
|
|
"Newtonsoft.Json": "7.0.1",
|
|
|
|
"xunit.runner.aspnet": "2.0.0-aspnet-rc2-16068"
|
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"dnxcore50": {
|
2016-01-28 18:55:22 +00:00
|
|
|
"imports": "portable-net45+win8"
|
2016-01-22 18:40:01 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"commands": {
|
|
|
|
"test": "xunit.runner.aspnet"
|
|
|
|
}
|
2015-12-09 17:57:45 +00:00
|
|
|
}
|