dotnet-installer/test/StreamForwarderTests/project.json

27 lines
676 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-02 04:48:34 +00:00
"NETStandard.Library" : "1.0.0-rc2-23728",
2016-01-06 23:30:56 +00:00
"xunit": "2.1.0",
"xunit.console.netcore": "1.0.2-prerelease-00101",
"xunit.netcore.extensions": "1.0.0-prerelease-00153",
2016-01-06 23:30:56 +00:00
"xunit.runner.utility": "2.1.0",
"Microsoft.DotNet.ProjectModel": { "target": "project" },
"Microsoft.DotNet.Cli.Utils": { "target": "project" },
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }
},
"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-01-06 23:30:56 +00:00
}
}