2015-12-11 03:01:40 +00:00
|
|
|
|
{
|
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
|
"name": "pjvalidate",
|
|
|
|
|
"compilationOptions": {
|
|
|
|
|
"emitEntryPoint": true
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"dependencies": {
|
2016-01-06 02:11:38 +00:00
|
|
|
|
"NETStandard.Library": "1.0.0-rc2-23704",
|
2015-12-11 03:01:40 +00:00
|
|
|
|
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
2016-01-06 07:48:50 +00:00
|
|
|
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-*"
|
2015-12-11 03:01:40 +00:00
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"frameworks": {
|
|
|
|
|
"dnxcore50": { }
|
|
|
|
|
}
|
|
|
|
|
}
|