dotnet-installer/test/StreamForwarderTests/project.json

31 lines
683 B
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": {
2016-02-05 21:53:23 +00:00
"NETStandard.Library" : "1.0.0-rc2-23805",
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" },
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-dev-48273-16"
2016-01-06 23:30:56 +00:00
},
"frameworks": {
2016-01-22 18:40:01 +00:00
"dnxcore50": {
2016-01-28 18:55:22 +00:00
"imports": "portable-net45+win8"
2016-01-22 18:40:01 +00:00
}
},
2016-02-08 22:17:26 +00:00
"content": [
"../TestProjects/OutputStandardOutputAndError/*"
],
"testRunner": "xunit"
2016-01-06 23:30:56 +00:00
}