2016-01-22 18:40:01 +00:00
|
|
|
{
|
2016-01-29 00:16:50 +00:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
|
|
|
|
"dependencies": {
|
2016-02-10 19:50:28 +00:00
|
|
|
"NETStandard.Library": "1.0.0-rc2-23810",
|
2016-01-14 19:52:54 +00:00
|
|
|
|
2016-01-29 00:16:50 +00:00
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
|
|
"target": "project",
|
|
|
|
"type": "build"
|
2016-01-22 18:40:01 +00:00
|
|
|
},
|
2016-01-14 19:52:54 +00:00
|
|
|
|
2016-01-29 00:16:50 +00:00
|
|
|
"xunit": "2.1.0",
|
2016-02-03 22:23:44 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-dev-48273-16"
|
2016-01-29 00:16:50 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"frameworks": {
|
|
|
|
"dnxcore50": {
|
|
|
|
"imports": "portable-net45+win8"
|
2016-01-14 19:52:54 +00:00
|
|
|
}
|
2016-01-29 00:16:50 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"content": [
|
2016-02-03 18:57:25 +00:00
|
|
|
"../../TestAssets/TestProjects/TestApp/**/*",
|
|
|
|
"../../TestAssets/TestProjects/TestLibrary/**/*",
|
2016-02-05 23:43:50 +00:00
|
|
|
"../../TestAssets/TestProjects/TestSimpleIncrementalApp/*",
|
|
|
|
"../../TestAssets/TestProjects/TestProjectToProjectDependencies/**/*",
|
2016-02-09 00:06:13 +00:00
|
|
|
"../../TestAssets/TestProjects/TestProjectWithCultureSpecificResource/**/*",
|
|
|
|
"../../TestAssets/TestProjects/TestProjectWithResource/**/*",
|
2016-02-05 23:43:50 +00:00
|
|
|
"../../TestAssets/TestProjects/global.json"
|
2016-01-29 00:16:50 +00:00
|
|
|
],
|
|
|
|
|
|
|
|
"testRunner": "xunit"
|
2016-01-14 19:52:54 +00:00
|
|
|
}
|