2016-02-10 00:35:43 +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-10 00:35:43 +00:00
|
|
|
|
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
2016-02-16 02:39:29 +00:00
|
|
|
"target": "project"
|
2016-02-10 00:35:43 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"dotnet": { "target": "project" },
|
|
|
|
"Microsoft.DotNet.ProjectModel": { "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-10 00:35:43 +00:00
|
|
|
"moq.netcore": "4.4.0-beta8",
|
|
|
|
"FluentAssertions": "4.2.2"
|
|
|
|
},
|
|
|
|
|
|
|
|
"frameworks": {
|
2016-03-01 23:35:32 +00:00
|
|
|
"netstandardapp1.5": {
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net451+win8"
|
|
|
|
]
|
2016-02-10 00:35:43 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"content": [
|
2016-02-16 19:26:40 +00:00
|
|
|
"../../TestAssets/TestProjects/TestAppWithLibrary/**/*"
|
2016-02-10 00:35:43 +00:00
|
|
|
],
|
|
|
|
|
|
|
|
"testRunner": "xunit"
|
|
|
|
}
|