2016-01-28 00:03:00 +00:00
|
|
|
{
|
2016-01-22 22:02:08 +00:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
|
|
|
|
"dependencies": {
|
2016-03-01 23:35:32 +00:00
|
|
|
"NETStandard.Library": "1.0.0-rc2-23901",
|
|
|
|
"System.IO.Compression": "4.1.0-rc2-23901",
|
2016-01-22 22:02:08 +00:00
|
|
|
|
|
|
|
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
|
|
|
"Microsoft.DotNet.Cli.Utils": { "target": "project" },
|
2016-02-12 00:57:32 +00:00
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
|
|
|
|
|
|
|
"xunit": "2.1.0",
|
2016-03-01 20:29:09 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
2016-01-22 22:02:08 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"frameworks": {
|
2016-03-01 23:35:32 +00:00
|
|
|
"netstandardapp1.5": {
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
2016-01-24 09:04:39 +00:00
|
|
|
}
|
2016-02-12 00:57:32 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"testRunner": "xunit",
|
|
|
|
|
2016-03-01 23:35:32 +00:00
|
|
|
"scripts": { "precompile": "dotnet build ../ArgumentsReflector/project.json --framework netstandardapp1.5 --output %compile:RuntimeOutputDir%" }
|
2016-01-22 22:02:08 +00:00
|
|
|
}
|