2016-01-22 18:40:01 +00:00
|
|
|
{
|
2016-03-12 05:28:08 +00:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-03-25 21:48:25 +00:00
|
|
|
"NETStandard.Library": "1.5.0-rc2-23925",
|
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23925",
|
2016-03-24 16:40:36 +00:00
|
|
|
"NuGet.Versioning": "3.5.0-beta-1068",
|
|
|
|
"NuGet.Packaging": "3.5.0-beta-1068",
|
|
|
|
"NuGet.Frameworks": "3.5.0-beta-1068",
|
|
|
|
"NuGet.ProjectModel": "3.5.0-beta-1068",
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.ProjectModel": {
|
|
|
|
"target": "project"
|
2016-01-06 23:30:56 +00:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
|
|
"target": "project"
|
2016-01-06 23:30:56 +00:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
2016-02-02 20:17:56 +00:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"moq.netcore": "4.4.0-beta8",
|
|
|
|
"xunit": "2.1.0",
|
2016-03-16 03:22:10 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-dev-91790-12"
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netstandardapp1.5": {
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"content": [
|
|
|
|
"../../TestAssets/TestProjects/OutputStandardOutputAndError/*",
|
|
|
|
"../../TestAssets/TestProjects/TestAppWithArgs/*",
|
|
|
|
"../../TestAssets/TestProjects/AppWithDirectAndToolDependency/**/*",
|
|
|
|
"../../TestAssets/TestProjects/AppWithDirectDependency/**/*",
|
|
|
|
"../../TestAssets/TestProjects/AppWithToolDependency/**/*"
|
|
|
|
],
|
|
|
|
"testRunner": "xunit"
|
2016-01-06 23:30:56 +00:00
|
|
|
}
|