2016-01-22 10:40:01 -08:00
|
|
|
{
|
2016-01-28 16:16:50 -08:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
2016-03-25 16:48:25 -05:00
|
|
|
"NETStandard.Library": "1.5.0-rc2-23925",
|
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23925",
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
2016-01-28 16:16:50 -08:00
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
2016-02-15 18:39:29 -08:00
|
|
|
"target": "project"
|
2016-01-22 10:40:01 -08:00
|
|
|
},
|
2016-01-28 16:16:50 -08:00
|
|
|
"xunit": "2.1.0",
|
2016-03-07 14:55:39 -08:00
|
|
|
"dotnet-test-xunit": "1.0.0-dev-91790-12"
|
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
|
|
|
}
|