2015-12-09 17:57:45 +00:00
|
|
|
{
|
2016-01-22 18:40:01 +00:00
|
|
|
"dependencies": {
|
2016-02-16 09:31:44 +00:00
|
|
|
"dotnet": { "target": "project" },
|
|
|
|
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
|
|
|
"xunit": "2.1.0",
|
|
|
|
"dotnet-test-xunit": "1.0.0-dev-48273-16"
|
2016-01-22 18:40:01 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"dnxcore50": {
|
2016-01-28 18:55:22 +00:00
|
|
|
"imports": "portable-net45+win8"
|
2016-01-22 18:40:01 +00:00
|
|
|
}
|
|
|
|
},
|
2016-02-16 09:31:44 +00:00
|
|
|
"testRunner": "xunit"
|
2015-12-09 17:57:45 +00:00
|
|
|
}
|