2016-02-09 23:30:04 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
2016-04-08 06:47:47 +00:00
|
|
|
"Microsoft.NETCore.App": "1.0.0-rc2-24008",
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.ProjectModel": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
2016-02-09 23:30:04 +00:00
|
|
|
"xunit": "2.1.0",
|
2016-03-30 03:54:07 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-dev-128011-22"
|
2016-02-09 23:30:04 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-03-01 23:35:32 +00:00
|
|
|
"netstandardapp1.5": {
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
2016-02-09 23:30:04 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"content": [
|
|
|
|
"../../TestAssets/TestProjects/TestApp/**/*"
|
|
|
|
],
|
|
|
|
"testRunner": "xunit"
|
|
|
|
}
|