2016-01-22 18:40:01 +00:00
|
|
|
{
|
2016-03-12 05:28:08 +00:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"name": "pjvalidate",
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-03-23 14:11:26 +00:00
|
|
|
"NETStandard.Library": "1.5.0-rc2-23923",
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
|
|
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-*"
|
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netstandardapp1.5": {
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50"
|
|
|
|
]
|
2015-12-11 03:01:40 +00:00
|
|
|
}
|
2016-03-12 05:28:08 +00:00
|
|
|
}
|
2015-12-11 03:01:40 +00:00
|
|
|
}
|