2016-02-16 09:31:44 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
2016-03-01 23:35:32 +00:00
|
|
|
"NETStandard.Library": "1.0.0-rc2-23901",
|
|
|
|
"System.IO.Compression": "4.1.0-rc2-23901",
|
2016-02-16 09:31:44 +00:00
|
|
|
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
|
|
|
"xunit": "2.1.0",
|
2016-03-01 20:29:09 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
2016-02-16 09:31:44 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-03-01 23:35:32 +00:00
|
|
|
"netstandardapp1.5": {
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
2016-02-16 09:31:44 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"content": [
|
|
|
|
"../../TestAssets/TestProjects/TestAppWithLibrary/**"
|
|
|
|
],
|
|
|
|
"testRunner": "xunit"
|
|
|
|
}
|