22 lines
441 B
JSON
22 lines
441 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
|
|
"Newtonsoft.Json": "8.0.3"
|
|
},
|
|
"frameworks": {
|
|
"netstandardapp1.5": {
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.0.0-*",
|
|
"System.Dynamic.Runtime": "4.0.11-*"
|
|
},
|
|
"imports": [
|
|
"dnxcore50"
|
|
]
|
|
},
|
|
"dnx451": {}
|
|
}
|
|
} |