42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": "1.0.0-rc2-23929",
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23929",
|
|
"NuGet.Versioning": "3.5.0-beta-1083",
|
|
"NuGet.Packaging": "3.5.0-beta-1083",
|
|
"NuGet.Frameworks": "3.5.0-beta-1083",
|
|
"NuGet.ProjectModel": "3.5.0-beta-1083",
|
|
"Microsoft.DotNet.ProjectModel": {
|
|
"target": "project"
|
|
},
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
"target": "project"
|
|
},
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
"target": "project"
|
|
},
|
|
"moq.netcore": "4.4.0-beta8",
|
|
"xunit": "2.1.0",
|
|
"dotnet-test-xunit": "1.0.0-dev-128011-22"
|
|
},
|
|
"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"
|
|
}
|