2016-01-22 10:40:01 -08:00
|
|
|
{
|
2016-03-12 05:28:08 +00:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"name": "pjvalidate",
|
2016-05-12 19:03:08 -07:00
|
|
|
"buildOptions": {
|
2016-03-12 05:28:08 +00:00
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-04-27 05:41:53 +00:00
|
|
|
"NETStandard.Library": "1.5.0-rc2-24027",
|
2016-05-12 19:03:08 -07:00
|
|
|
"Microsoft.DotNet.ProjectModel": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
|
|
"target": "project"
|
|
|
|
}
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netstandardapp1.5": {
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50"
|
|
|
|
]
|
2015-12-10 19:01:40 -08:00
|
|
|
}
|
2016-03-12 05:28:08 +00:00
|
|
|
}
|
2016-05-12 19:03:08 -07:00
|
|
|
}
|