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