2016-01-22 10:40:01 -08:00
|
|
|
{
|
2016-01-28 16:16:50 -08:00
|
|
|
"version": "1.0.0-*",
|
2016-01-22 15:37:37 -08:00
|
|
|
|
2016-01-28 16:16:50 -08:00
|
|
|
"dependencies": {
|
2016-03-01 17:35:32 -06:00
|
|
|
"NETStandard.Library": "1.0.0-rc2-23901",
|
|
|
|
"System.IO.Compression": "4.1.0-rc2-23901",
|
2016-03-01 12:29:09 -08:00
|
|
|
|
2016-01-28 16:16:50 -08:00
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
2016-02-15 18:39:29 -08:00
|
|
|
"target": "project"
|
2016-01-22 10:40:01 -08:00
|
|
|
},
|
2016-01-08 11:03:14 -08:00
|
|
|
|
2016-01-28 16:16:50 -08:00
|
|
|
"xunit": "2.1.0",
|
2016-03-01 12:29:09 -08:00
|
|
|
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
2016-01-28 16:16:50 -08:00
|
|
|
},
|
|
|
|
|
|
|
|
"frameworks": {
|
2016-03-01 17:35:32 -06:00
|
|
|
"netstandardapp1.5": {
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net451+win8"
|
|
|
|
]
|
2016-01-08 11:03:14 -08:00
|
|
|
}
|
2016-01-28 16:16:50 -08:00
|
|
|
},
|
|
|
|
|
|
|
|
"content": [
|
2016-02-19 16:48:43 -08:00
|
|
|
"../../TestAssets/TestProjects/DependencyContextValidator/**/*",
|
2016-02-05 17:43:50 -06:00
|
|
|
"../../TestAssets/TestProjects/TestLibraryWithAnalyzer/*",
|
2016-02-11 15:55:37 -08:00
|
|
|
"../../TestAssets/TestProjects/TestAppWithLibrary/TestLibrary/*",
|
2016-02-08 16:06:13 -08:00
|
|
|
"../../TestAssets/TestProjects/TestProjectWithCultureSpecificResource/*",
|
2016-02-18 10:26:00 -08:00
|
|
|
"../../TestAssets/TestProjects/TestAppCompilationContext/**/*",
|
2016-02-05 17:43:50 -06:00
|
|
|
"../../TestAssets/TestProjects/global.json"
|
2016-01-28 16:16:50 -08:00
|
|
|
],
|
|
|
|
|
|
|
|
"testRunner": "xunit"
|
2016-01-08 11:03:14 -08:00
|
|
|
}
|