2016-01-28 00:03:00 +00:00
|
|
|
{
|
2016-03-12 05:28:08 +00:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-03-29 15:59:19 +00:00
|
|
|
"Microsoft.NETCore.App": "1.0.0-rc2-23929",
|
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23929",
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.ProjectModel": {
|
|
|
|
"target": "project"
|
2016-01-22 22:02:08 +00:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
|
|
"target": "project"
|
2016-01-22 22:02:08 +00:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
2016-02-12 00:57:32 +00:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"xunit": "2.1.0",
|
2016-03-16 03:22:10 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-dev-91790-12"
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netstandardapp1.5": {
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win8"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"testRunner": "xunit",
|
|
|
|
"scripts": {
|
2016-03-24 16:36:05 +00:00
|
|
|
"precompile": "dotnet publish ../ArgumentsReflector/project.json --framework netstandardapp1.5 --runtime %compile:RuntimeIdentifier% --output %compile:RuntimeOutputDir%"
|
2016-03-12 05:28:08 +00:00
|
|
|
}
|
2016-01-22 22:02:08 +00:00
|
|
|
}
|