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-04-07 20:06:11 +00:00
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
|
|
|
"version": "1.0.0-rc2-*"
|
|
|
|
},
|
2016-04-22 15:58:43 +00:00
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022",
|
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-04-14 22:59:11 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-rc2-162081-13"
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-07 20:06:11 +00:00
|
|
|
"netcoreapp1.0": {
|
2016-03-12 05:28:08 +00:00
|
|
|
"imports": [
|
2016-04-11 23:11:16 +00:00
|
|
|
"dotnet5.4",
|
|
|
|
"portable-net451+win8"
|
2016-03-12 05:28:08 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"testRunner": "xunit",
|
|
|
|
"scripts": {
|
2016-04-07 20:06:11 +00: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-01-22 22:02:08 +00:00
|
|
|
}
|