2016-01-27 16:03:00 -08:00
|
|
|
{
|
2016-03-12 05:28:08 +00:00
|
|
|
"version": "1.0.0-*",
|
2016-05-12 19:03:08 -07:00
|
|
|
"buildOptions": {
|
2016-03-12 05:28:08 +00:00
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-04-07 15:06:11 -05:00
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-06-14 03:14:53 -05:00
|
|
|
"version": "1.0.0"
|
2016-04-07 15:06:11 -05:00
|
|
|
},
|
2016-06-14 03:14:53 -05:00
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1",
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.ProjectModel": {
|
|
|
|
"target": "project"
|
2016-01-22 14:02:08 -08:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
|
|
"target": "project"
|
2016-01-22 14:02:08 -08:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
2016-02-11 16:57:32 -08:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"xunit": "2.1.0",
|
2016-05-17 14:53:18 -07:00
|
|
|
"dotnet-test-xunit": "1.0.0-rc2-192208-24"
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-07 15:06:11 -05:00
|
|
|
"netcoreapp1.0": {
|
2016-03-12 05:28:08 +00:00
|
|
|
"imports": [
|
2016-04-11 18:11:16 -05:00
|
|
|
"dotnet5.4",
|
|
|
|
"portable-net451+win8"
|
2016-03-12 05:28:08 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"testRunner": "xunit",
|
|
|
|
"scripts": {
|
2016-04-07 15:06:11 -05:00
|
|
|
"precompile": "dotnet publish ../ArgumentsReflector/project.json --framework netcoreapp1.0 --runtime %compile:RuntimeIdentifier% --output %compile:RuntimeOutputDir%"
|
2016-03-12 05:28:08 +00:00
|
|
|
}
|
2016-05-23 17:04:20 -07:00
|
|
|
}
|