dotnet-installer/test/Microsoft.DotNet.Cli.Utils.Tests/project.json

40 lines
1.1 KiB
JSON
Raw Normal View History

2016-01-22 18:40:01 +00:00
{
2016-01-06 23:30:56 +00:00
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library" : "1.0.0-rc2-23901",
"System.IO.Compression": "4.1.0-rc2-23901",
2016-01-06 23:30:56 +00:00
"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-79755-47"
2016-01-06 23:30:56 +00:00
},
"frameworks": {
"netstandardapp1.5": {
"imports": [
"dnxcore50",
"portable-net45+win8"
]
2016-01-22 18:40:01 +00:00
}
},
2016-02-08 22:17:26 +00:00
"content": [
"../../TestAssets/TestProjects/OutputStandardOutputAndError/*",
"../../TestAssets/TestProjects/TestAppWithArgs/*",
"../../TestAssets/TestProjects/AppWithDirectAndToolDependency/**/*",
"../../TestAssets/TestProjects/AppWithDirectDependency/**/*",
"../../TestAssets/TestProjects/AppWithToolDependency/**/*"
2016-02-08 22:17:26 +00:00
],
"testRunner": "xunit"
2016-01-06 23:30:56 +00:00
}