2016-02-10 19:16:23 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
2016-03-29 15:59:19 +00:00
|
|
|
"Microsoft.NETCore.App": "1.0.0-rc2-23929",
|
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23929",
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
2016-02-10 19:16:23 +00:00
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
|
|
"target": "project",
|
|
|
|
"type": "build"
|
|
|
|
},
|
|
|
|
"xunit": "2.1.0",
|
2016-03-30 03:54:07 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-dev-128011-22"
|
2016-02-10 19:16:23 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-03-01 23:35:32 +00:00
|
|
|
"netstandardapp1.5": {
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
2016-02-10 19:16:23 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"content": [
|
2016-03-12 05:28:08 +00:00
|
|
|
"../../TestAssets/TestProjects/AppWithDirectAndToolDependency/**/*",
|
|
|
|
"../../TestAssets/TestProjects/AppWithDirectDependency/**/*",
|
2016-03-28 08:15:09 +00:00
|
|
|
"../../TestAssets/TestProjects/AppWithToolDependency/**/*",
|
2016-03-28 11:18:59 +00:00
|
|
|
"../../TestAssets/DesktopTestProjects/AppWithDirectDependencyDesktopAndPortable/**/*"
|
2016-02-10 19:16:23 +00:00
|
|
|
],
|
|
|
|
"testRunner": "xunit"
|
|
|
|
}
|