2016-01-27 16:03:00 -08:00
|
|
|
{
|
2016-01-22 14:02:08 -08:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
|
|
|
|
"dependencies": {
|
2016-02-11 09:53:47 -08:00
|
|
|
"NETStandard.Library" : "1.0.0-rc2-23811",
|
2016-01-22 14:02:08 -08:00
|
|
|
|
|
|
|
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
|
|
|
"Microsoft.DotNet.Cli.Utils": { "target": "project" },
|
2016-02-11 16:57:32 -08:00
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
|
|
|
|
|
|
|
"xunit": "2.1.0",
|
2016-03-01 12:29:09 -08:00
|
|
|
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
2016-01-22 14:02:08 -08:00
|
|
|
},
|
|
|
|
|
|
|
|
"frameworks": {
|
2016-01-24 01:04:39 -08:00
|
|
|
"dnxcore50": {
|
2016-01-28 10:55:22 -08:00
|
|
|
"imports": "portable-net45+win8"
|
2016-01-24 01:04:39 -08:00
|
|
|
}
|
2016-02-11 16:57:32 -08:00
|
|
|
},
|
|
|
|
|
|
|
|
"testRunner": "xunit",
|
|
|
|
|
|
|
|
"scripts": { "precompile": "dotnet build ../ArgumentsReflector/project.json --framework dnxcore50 --output %compile:RuntimeOutputDir%" }
|
2016-01-22 14:02:08 -08:00
|
|
|
}
|