2017-01-25 20:30:56 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"compilerName": "csc",
|
|
|
|
"compilationOptions": {
|
|
|
|
"debugType": "portable",
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {},
|
|
|
|
"frameworks": {
|
2017-03-10 05:17:10 +00:00
|
|
|
"netcoreapp1.1": {
|
2017-01-25 20:30:56 +00:00
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2017-03-10 05:17:10 +00:00
|
|
|
"version": "1.1.1"
|
2017-01-25 20:30:56 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"imports": "dnxcore50"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|