19 lines
375 B
JSON
19 lines
375 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"name": "pjvalidate",
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.5.0-rc2-23922",
|
|
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"netstandardapp1.5": {
|
|
"imports": [
|
|
"dnxcore50"
|
|
]
|
|
}
|
|
}
|
|
}
|