2016-12-20 23:04:01 +00:00
|
|
|
|
{
|
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
|
"buildOptions": {
|
|
|
|
|
"emitEntryPoint": true
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
|
"type": "platform",
|
2017-03-10 05:17:10 +00:00
|
|
|
|
"version": "1.1.1"
|
2016-12-20 23:04:01 +00:00
|
|
|
|
},
|
|
|
|
|
"TestLibrary": {
|
|
|
|
|
"target": "project",
|
|
|
|
|
"version": "1.0.0-*"
|
|
|
|
|
},
|
|
|
|
|
"subdir": {
|
|
|
|
|
"target": "project",
|
|
|
|
|
"version": "1.0.0-*"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"frameworks": {
|
2017-03-10 05:17:10 +00:00
|
|
|
|
"netcoreapp1.1": {
|
2016-12-20 23:04:01 +00:00
|
|
|
|
"imports": "dnxcore50"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|