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-02-11 17:53:47 +00:00
|
|
|
"NETStandard.Library" : "1.0.0-rc2-23811",
|
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-01-24 09:04:39 +00:00
|
|
|
"dnxcore50": {
|
2016-01-28 18:55:22 +00:00
|
|
|
"imports": "portable-net45+win8"
|
2016-01-24 09:04:39 +00:00
|
|
|
}
|
2016-02-12 00:57:32 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"testRunner": "xunit",
|
|
|
|
|
|
|
|
"scripts": { "precompile": "dotnet build ../ArgumentsReflector/project.json --framework dnxcore50 --output %compile:RuntimeOutputDir%" }
|
2016-01-22 22:02:08 +00:00
|
|
|
}
|